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

Skip to content

Commit 71d4a34

Browse files
committed
Customary 2nd submit of this file after it's been changed.
1 parent e0906d1 commit 71d4a34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Python/Python-ast.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
/*
5-
__version__ 465.
5+
__version__ 57783.
66
77
This module must be committed separately after each AST grammar change;
88
The __version__ number is set to the revision number of the commit
@@ -3171,7 +3171,7 @@ init_ast(void)
31713171
if (PyDict_SetItemString(d, "AST", (PyObject*)AST_type) < 0) return;
31723172
if (PyModule_AddIntConstant(m, "PyCF_ONLY_AST", PyCF_ONLY_AST) < 0)
31733173
return;
3174-
if (PyModule_AddStringConstant(m, "__version__", "465") < 0)
3174+
if (PyModule_AddStringConstant(m, "__version__", "57783") < 0)
31753175
return;
31763176
if (PyDict_SetItemString(d, "mod", (PyObject*)mod_type) < 0) return;
31773177
if (PyDict_SetItemString(d, "Module", (PyObject*)Module_type) < 0)

0 commit comments

Comments
 (0)