cpython: e53df7955192 (original) (raw)
Mercurial > cpython
changeset 97714:e53df7955192
Make asdl_c.py to generate Python-ast.c changed in issue #15989. [#15989]
Serhiy Storchaka storchaka@gmail.com | |
---|---|
date | Sun, 06 Sep 2015 23:29:04 +0300 |
parents | 48ae9d66c720 |
children | d2b3c7c5ef02 |
files | Parser/asdl_c.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Parser/asdl_c.py 2 |
line wrap: on
line diff
--- a/Parser/asdl_c.py +++ b/Parser/asdl_c.py @@ -898,7 +898,7 @@ static int obj2ast_int(PyObject* obj, in return 1; }