Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bc450f9694fb8aa7a7a3d2f9d46f8b200e8aa4b3
/
.
/
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
);