diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-06 01:30:54 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-06 01:30:54 (GMT) |
commit | 81b7374fbe5f77567642d5aa42d4c1e6eee610b2 (patch) | |
tree | 36995a727ad750225642d690508d2db92df439c6 /Misc | |
parent | e71abcc7bb0ab2d11af25d6a65db73701b58a91c (diff) | |
parent | 4e9cefaf86035f8014e09049328d197b6506532f (diff) | |
download | cpython-81b7374fbe5f77567642d5aa42d4c1e6eee610b2.zip cpython-81b7374fbe5f77567642d5aa42d4c1e6eee610b2.tar.gz cpython-81b7374fbe5f77567642d5aa42d4c1e6eee610b2.tar.bz2 |
merge 3.2 (#16043)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ Core and Builtins Library ------- +- Issue #16043: Add a default limit for the amount of data xmlrpclib.gzip_decode + will return. This resolves CVE-2013-1753. + - Issue #22517: When a io.BufferedRWPair object is deallocated, clear its weakrefs. |