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