diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-06-27 18:41:33 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-06-27 18:41:33 (GMT) |
commit | 59b08c18a81b1098f136e62309ac0a749147b9a7 (patch) | |
tree | 5bc7f718cdc04f7e170f5bd0f3355a8dc976e838 /Misc/NEWS | |
parent | 614bfcc953141cfdd38606f87a09d39f17367fa3 (diff) | |
download | cpython-59b08c18a81b1098f136e62309ac0a749147b9a7.zip cpython-59b08c18a81b1098f136e62309ac0a749147b9a7.tar.gz cpython-59b08c18a81b1098f136e62309ac0a749147b9a7.tar.bz2 |
use safe allocation and reallocation macros
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ Core and Builtins Library ------- +- Fix possible integer overflows in the pickle module. + - Issue #22931: Allow '[' and ']' in cookie values. - Issue #24094: Fix possible crash in json.encode with poorly behaved dict |