]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
authorChristian Heimes <christian@cheimes.de>
Fri, 26 Jul 2013 22:33:13 +0000 (00:33 +0200)
committerChristian Heimes <christian@cheimes.de>
Fri, 26 Jul 2013 22:33:13 +0000 (00:33 +0200)
commit70c94e7896bc46c81e7b9648bde4745ce874f552
treeed620e878815892dbed1011f1e5047f2713e0420
parent1acc129d48121cc7ce5860e6825f14bdb8ea6d09
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
Misc/NEWS
Parser/asdl_c.py
Python/Python-ast.c