1#include "Python.h" 2#include "pycore_asdl.h" 3 4GENERATE_ASDL_SEQ_CONSTRUCTOR(generic, void*); 5GENERATE_ASDL_SEQ_CONSTRUCTOR(identifier, PyObject*); 6GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); 7
1#include "Python.h" 2#include "pycore_asdl.h" 3 4GENERATE_ASDL_SEQ_CONSTRUCTOR(generic, void*); 5GENERATE_ASDL_SEQ_CONSTRUCTOR(identifier, PyObject*); 6GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); 7