cpython: 52940f7f3726 (original) (raw)
Mercurial > cpython
changeset 68416:52940f7f3726
bump ast version
Benjamin Peterson benjamin@python.org | |
---|---|
date | Sat, 12 Mar 2011 18:35:23 -0600 |
parents | abbfd5a8b31f |
children | 42e41af0578f |
files | Python/Python-ast.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-)[+] [-] Python/Python-ast.c 4 |
line wrap: on
line diff
--- a/Python/Python-ast.c +++ b/Python/Python-ast.c @@ -2,7 +2,7 @@ /*
- version 68410:0daa6ba25d9b. This module must be committed separately after each AST grammar change; The version number is set to the revision number of the commit @@ -6739,7 +6739,7 @@ PyInit__ast(void) NULL; if (PyModule_AddIntConstant(m, "PyCF_ONLY_AST", PyCF_ONLY_AST) < 0) return NULL;
if (PyModule_AddStringConstant(m, "__version__", "68409:c017695acf19")[](#l1.16)
if (PyModule_AddStringConstant(m, "__version__", "68410:0daa6ba25d9b")[](#l1.17) < 0)[](#l1.18) return NULL;[](#l1.19) if (PyDict_SetItemString(d, "mod", (PyObject*)mod_type) < 0) return[](#l1.20)