Files
INTUIA/Programa final/Python-3.10.15/Python/asdl.c
T

7 lines
188 B
C
Raw Normal View History

2026-03-15 13:27:50 +00:00
#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);