You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
188 B

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