]> granicus.if.org Git - python/commit
Issue #28322: Fixed possible crashes when unpickle itertools objects from
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Oct 2016 06:17:08 +0000 (09:17 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Oct 2016 06:17:08 +0000 (09:17 +0300)
commit18c5e8e86f3ae2f67bbb893a5f89f9b4fb679f11
treed445ea3c03083dc34db7c0164a5067004d035f63
parent854adb1e0175dc915f5b611a2c780df6213d7c4b
parent8f0f2056499847999fffa7af7a8872500a191203
Issue #28322: Fixed possible crashes when unpickle itertools objects from
incorrect pickle data.  Based on patch by John Leitch.
Misc/NEWS