Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
2e4dd336e5b50fd30947fdecb605ddcd71f7f6f5
/
.
/
Python
/
asdl.c
blob: 4ff07e4377b18e74f77651356875d170767d4aff [
file
]
#include
"Python.h"
#include
"asdl.h"
GENERATE_ASDL_SEQ_CONSTRUCTOR
(
generic
,
void
*);
GENERATE_ASDL_SEQ_CONSTRUCTOR
(
identifier
,
PyObject
*);
GENERATE_ASDL_SEQ_CONSTRUCTOR
(
int
,
int
);