From: Serhiy Storchaka Date: Mon, 23 Nov 2015 13:20:21 +0000 (+0200) Subject: Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. X-Git-Tag: v3.6.0a1~1000 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1ce30281d21166880d7a57958d84f36016d7575;p=thirdparty%2FPython%2Fcpython.git Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. --- b1ce30281d21166880d7a57958d84f36016d7575 diff --cc Misc/NEWS index 3297f4ee13af,cdc891e8dddb..fef1a32426fe --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -95,11 -107,6 +95,13 @@@ Core and Builtin 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 + entries. Patch by Dingyuan Wang. + - Issue #25626: Change three zlib functions to accept sizes that fit in Py_ssize_t, but internally cap those sizes to UINT_MAX. This resolves a regression in 3.5 where GzipFile.read() failed to read chunks larger than 2