]> 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:13:14 +0000 (09:13 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Oct 2016 06:13:14 +0000 (09:13 +0300)
commit8f0f2056499847999fffa7af7a8872500a191203
tree3d424c2cd6b6571e91a0a0a1349eb88e8e07025f
parentbf090e31ad702c8f4f5c4e9f9574d37f287421cc
parent85c3f268f4a2ef4057416e7b89d1d36e9866d197
Issue #28322: Fixed possible crashes when unpickle itertools objects from
incorrect pickle data.  Based on patch by John Leitch.
Lib/test/test_itertools.py
Misc/NEWS
Modules/itertoolsmodule.c