aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Python/asdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/Python/asdl.c')
-rw-r--r--contrib/tools/python3/Python/asdl.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/tools/python3/Python/asdl.c b/contrib/tools/python3/Python/asdl.c
new file mode 100644
index 0000000000..a7f2180c88
--- /dev/null
+++ b/contrib/tools/python3/Python/asdl.c
@@ -0,0 +1,6 @@
+#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);