Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
dd844a2916fb3a8f481ec7c732802c13c3375691
/
.
/
Python
/
asdl.c
blob: 4ff07e4377b18e74f77651356875d170767d4aff [
file
] [
log
] [
blame
]
#include
"Python.h"
#include
"asdl.h"
GENERATE_ASDL_SEQ_CONSTRUCTOR
(
generic
,
void
*);
GENERATE_ASDL_SEQ_CONSTRUCTOR
(
identifier
,
PyObject
*);
GENERATE_ASDL_SEQ_CONSTRUCTOR
(
int
,
int
);