diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-04-23 21:06:33 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-04-23 21:06:33 (GMT) |
commit | bd91ee9cd78ac41ae37ffb06c4d711848cdf4bb0 (patch) | |
tree | f5d955ff0e693407ccbd2b9d0cdacccd85f75208 /Misc | |
parent | d98c6773fa380848b75d55e652b4d5f40ac4d785 (diff) | |
parent | 51454a62e235f27c28a24620c3df002d4076b57c (diff) | |
download | cpython-bd91ee9cd78ac41ae37ffb06c4d711848cdf4bb0.zip cpython-bd91ee9cd78ac41ae37ffb06c4d711848cdf4bb0.tar.gz cpython-bd91ee9cd78ac41ae37ffb06c4d711848cdf4bb0.tar.bz2 |
merge 3.3 (#24044)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------- |