Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
7 lines
188 B
C
7 lines
188 B
C
#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);
|