diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-23 13:19:23 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-23 13:19:23 (GMT) |
commit | 4409c6cfae2faa9217902ea720c1cf2d6f2b4fd2 (patch) | |
tree | d310ad189a5fe880965f8121b06d943858af84c2 /Misc | |
parent | 3715cab3cb6bc689c66e7aaaeb86fbf953fe0262 (diff) | |
parent | e9b3074cf931fee3cb91638cbdd694fa9eb9614b (diff) | |
download | cpython-4409c6cfae2faa9217902ea720c1cf2d6f2b4fd2.zip cpython-4409c6cfae2faa9217902ea720c1cf2d6f2b4fd2.tar.gz cpython-4409c6cfae2faa9217902ea720c1cf2d6f2b4fd2.tar.bz2 |
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Core and Builtins Library ------- +- Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. + - Issue #25691: Fixed crash on deleting ElementTree.Element attributes. - Issue #25624: ZipFile now always writes a ZIP_STORED header for directory |