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);