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 0d6245d commit 678da9fCopy full SHA for 678da9f
1 file changed
Python/Python-ast.c
@@ -2,7 +2,7 @@
2
3
4
/*
5
- __version__ 68409:c017695acf19.
+ __version__ 68410:0daa6ba25d9b.
6
7
This module must be committed separately after each AST grammar change;
8
The __version__ number is set to the revision number of the commit
@@ -6739,7 +6739,7 @@ PyInit__ast(void)
6739
NULL;
6740
if (PyModule_AddIntConstant(m, "PyCF_ONLY_AST", PyCF_ONLY_AST) < 0)
6741
return NULL;
6742
- if (PyModule_AddStringConstant(m, "__version__", "68409:c017695acf19")
+ if (PyModule_AddStringConstant(m, "__version__", "68410:0daa6ba25d9b")
6743
< 0)
6744
6745
if (PyDict_SetItemString(d, "mod", (PyObject*)mod_type) < 0) return
0 commit comments