Commit regenerated Python-ast.c.
This commit is contained in:
parent
7ec155f5be
commit
c350d1a110
@ -3048,7 +3048,7 @@ init_ast(void)
|
||||
if (PyDict_SetItemString(d, "AST", (PyObject*)AST_type) < 0) return;
|
||||
if (PyModule_AddIntConstant(m, "PyCF_ONLY_AST", PyCF_ONLY_AST) < 0)
|
||||
return;
|
||||
if (PyModule_AddStringConstant(m, "__version__", "42753") < 0)
|
||||
if (PyModule_AddStringConstant(m, "__version__", "45597") < 0)
|
||||
return;
|
||||
if (PyDict_SetItemString(d, "mod", (PyObject*)mod_type) < 0) return;
|
||||
if (PyDict_SetItemString(d, "Module", (PyObject*)Module_type) < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user