Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c350d1a

Browse files
committed
Commit regenerated Python-ast.c.
1 parent 7ec155f commit c350d1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/Python-ast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3048,7 +3048,7 @@ init_ast(void)
30483048
if (PyDict_SetItemString(d, "AST", (PyObject*)AST_type) < 0) return;
30493049
if (PyModule_AddIntConstant(m, "PyCF_ONLY_AST", PyCF_ONLY_AST) < 0)
30503050
return;
3051-
if (PyModule_AddStringConstant(m, "__version__", "42753") < 0)
3051+
if (PyModule_AddStringConstant(m, "__version__", "45597") < 0)
30523052
return;
30533053
if (PyDict_SetItemString(d, "mod", (PyObject*)mod_type) < 0) return;
30543054
if (PyDict_SetItemString(d, "Module", (PyObject*)Module_type) < 0)

0 commit comments

Comments
 (0)