Skip to content

Commit ace990c

Browse files
committed
Regenerate.
1 parent 7ad94f0 commit ace990c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Python/Python-ast.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2948,6 +2948,8 @@ init_ast(void)
29482948
if (PyDict_SetItemString(d, "AST", (PyObject*)AST_type) < 0) return;
29492949
if (PyModule_AddIntConstant(m, "PyCF_ONLY_AST", PyCF_ONLY_AST) < 0)
29502950
return;
2951+
if (PyModule_AddStringConstant(m, "__version__", "42635") < 0)
2952+
return;
29512953
if(PyDict_SetItemString(d, "mod", (PyObject*)mod_type) < 0) return;
29522954
if(PyDict_SetItemString(d, "Module", (PyObject*)Module_type) < 0)
29532955
return;

0 commit comments

Comments
 (0)