diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-23 17:12:25 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-23 17:12:25 (GMT) |
commit | e6d4c5bab8d18e32bba6482da1b603b35f2fe254 (patch) | |
tree | b2d2dfb60696e0c9e0a36c903f14c458a0dda1fe /Misc | |
parent | 0929b1fc70e2f3fd1c4550ebbcaa4e733f5a8f7a (diff) | |
download | cpython-e6d4c5bab8d18e32bba6482da1b603b35f2fe254.zip cpython-e6d4c5bab8d18e32bba6482da1b603b35f2fe254.tar.gz cpython-e6d4c5bab8d18e32bba6482da1b603b35f2fe254.tar.bz2 |
Issue #10987: Fix the recursion limit handling in the _pickle module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Core and Builtins Library ------- +- Issue #10987: Fix the recursion limit handling in the _pickle module. + - Issue #10983: Fix several bugs making tunnel requests in http.client. - Issue #10955: zipimport uses ASCII encoding instead of cp437 to decode |