From: Serhiy Storchaka Date: Sun, 2 Oct 2016 06:17:08 +0000 (+0300) Subject: Issue #28322: Fixed possible crashes when unpickle itertools objects from X-Git-Tag: v3.7.0a1~2330 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18c5e8e86f3ae2f67bbb893a5f89f9b4fb679f11;p=thirdparty%2FPython%2Fcpython.git Issue #28322: Fixed possible crashes when unpickle itertools objects from incorrect pickle data. Based on patch by John Leitch. --- 18c5e8e86f3ae2f67bbb893a5f89f9b4fb679f11