diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-04-15 19:55:14 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-04-15 19:55:14 (GMT) |
commit | af94051a933b7fbd9c63b0a45cfba5247d92ac14 (patch) | |
tree | 4a1d2acfb1267176d395e7e92c4a7fac6d57b3a8 /Misc | |
parent | acfc454c10ab2fe5dafd4c90a15eaae8cef214c2 (diff) | |
parent | 3034efdd298ad5f94a61f9f0e8ab0fee1d2d212e (diff) | |
download | cpython-af94051a933b7fbd9c63b0a45cfba5247d92ac14.zip cpython-af94051a933b7fbd9c63b0a45cfba5247d92ac14.tar.gz cpython-af94051a933b7fbd9c63b0a45cfba5247d92ac14.tar.bz2 |
Issue #17710: Fix pickle raising a SystemError on bogus input.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ Core and Builtins Library ------- +- Issue #17710: Fix pickle raising a SystemError on bogus input. + - Issue #17341: Include the invalid name in the error messages from re about invalid group names. |