summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-07-26 22:33:35 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-07-26 22:33:35 (GMT)
commitb7f1b38deab39cb55781c9ebc22abd273ca21480 (patch)
treea03f333be9c11e300aefff65410ecd9e715c1f41 /Misc
parentb318990cacb02b6f59f0b529cb3e6014f4b1c9fd (diff)
parent70c94e7896bc46c81e7b9648bde4745ce874f552 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 321ab6e..80bf9fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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