diff options
author | Christian Heimes <christian@cheimes.de> | 2013-07-26 22:33:35 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-07-26 22:33:35 (GMT) |
commit | b7f1b38deab39cb55781c9ebc22abd273ca21480 (patch) | |
tree | a03f333be9c11e300aefff65410ecd9e715c1f41 /Misc | |
parent | b318990cacb02b6f59f0b529cb3e6014f4b1c9fd (diff) | |
parent | 70c94e7896bc46c81e7b9648bde4745ce874f552 (diff) | |
download | cpython-b7f1b38deab39cb55781c9ebc22abd273ca21480.zip cpython-b7f1b38deab39cb55781c9ebc22abd273ca21480.tar.gz cpython-b7f1b38deab39cb55781c9ebc22abd273ca21480.tar.bz2 |
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #18552: Check return value of PyArena_AddPyObject() in + obj2ast_object(). + - Issue #18560: Fix potential NULL pointer dereference in sum(). - Issue #18520: Add a new PyStructSequence_InitType2() function, same than |