Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
bc1be4f6174086b4a46e3fe656552f5bb4e6e7b2
/
.
/
Python
/
asdl.c
blob: a7f2180c88ed354338d45da19dec4a74a734e492 [
file
]
#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
);