summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-04-23 21:06:33 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-04-23 21:06:33 (GMT)
commitbd91ee9cd78ac41ae37ffb06c4d711848cdf4bb0 (patch)
treef5d955ff0e693407ccbd2b9d0cdacccd85f75208 /Misc
parentd98c6773fa380848b75d55e652b4d5f40ac4d785 (diff)
parent51454a62e235f27c28a24620c3df002d4076b57c (diff)
downloadcpython-bd91ee9cd78ac41ae37ffb06c4d711848cdf4bb0.zip
cpython-bd91ee9cd78ac41ae37ffb06c4d711848cdf4bb0.tar.gz
cpython-bd91ee9cd78ac41ae37ffb06c4d711848cdf4bb0.tar.bz2
merge 3.3 (#24044)
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 3d2e09f..85e55d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,9 @@ Core and Builtins
- Issue #23629: Fix the default __sizeof__ implementation for variable-sized
objects.
+- Issue #24044: Fix possible null pointer dereference in list.sort in out of
+ memory conditions.
+
Library
-------