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

Skip to content

Commit 678da9f

Browse files
committed
bump ast version
1 parent 0d6245d commit 678da9f

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__ 68409:c017695acf19.
5+
__version__ 68410:0daa6ba25d9b.
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
@@ -6739,7 +6739,7 @@ PyInit__ast(void)
67396739
NULL;
67406740
if (PyModule_AddIntConstant(m, "PyCF_ONLY_AST", PyCF_ONLY_AST) < 0)
67416741
return NULL;
6742-
if (PyModule_AddStringConstant(m, "__version__", "68409:c017695acf19")
6742+
if (PyModule_AddStringConstant(m, "__version__", "68410:0daa6ba25d9b")
67436743
< 0)
67446744
return NULL;
67456745
if (PyDict_SetItemString(d, "mod", (PyObject*)mod_type) < 0) return

0 commit comments

Comments
 (0)