Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec155f commit c350d1aCopy full SHA for c350d1a
1 file changed
Python/Python-ast.c
@@ -3048,7 +3048,7 @@ init_ast(void)
3048
if (PyDict_SetItemString(d, "AST", (PyObject*)AST_type) < 0) return;
3049
if (PyModule_AddIntConstant(m, "PyCF_ONLY_AST", PyCF_ONLY_AST) < 0)
3050
return;
3051
- if (PyModule_AddStringConstant(m, "__version__", "42753") < 0)
+ if (PyModule_AddStringConstant(m, "__version__", "45597") < 0)
3052
3053
if (PyDict_SetItemString(d, "mod", (PyObject*)mod_type) < 0) return;
3054
if (PyDict_SetItemString(d, "Module", (PyObject*)Module_type) < 0)
0 commit comments