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 34e4f52 commit 37ffcf7Copy full SHA for 37ffcf7
Python/Python-ast.c
@@ -3126,7 +3126,7 @@ init_ast(void)
3126
if (PyDict_SetItemString(d, "AST", (PyObject*)AST_type) < 0) return;
3127
if (PyModule_AddIntConstant(m, "PyCF_ONLY_AST", PyCF_ONLY_AST) < 0)
3128
return;
3129
- if (PyModule_AddStringConstant(m, "__version__", "52491") < 0)
+ if (PyModule_AddStringConstant(m, "__version__", "53170") < 0)
3130
3131
if (PyDict_SetItemString(d, "mod", (PyObject*)mod_type) < 0) return;
3132
if (PyDict_SetItemString(d, "Module", (PyObject*)Module_type) < 0)
0 commit comments