blob: a7f2180c88ed354338d45da19dec4a74a734e492 [file] [log] [blame]
Jeremy Hylton3e0055f2005-10-20 19:59:25 +00001#include "Python.h"
Victor Stinner94faa072021-03-23 20:47:40 +01002#include "pycore_asdl.h"
Jeremy Hylton3e0055f2005-10-20 19:59:25 +00003
Pablo Galindoa5634c42020-09-16 19:42:00 +01004GENERATE_ASDL_SEQ_CONSTRUCTOR(generic, void*);
5GENERATE_ASDL_SEQ_CONSTRUCTOR(identifier, PyObject*);
6GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);