]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28322: Fixed possible crashes when unpickle itertools objects from
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Oct 2016 05:34:53 +0000 (08:34 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Oct 2016 05:34:53 +0000 (08:34 +0300)
commit85c3f268f4a2ef4057416e7b89d1d36e9866d197
tree775503ce7ffcaffee35f479c765bdaeff3bc27ca
parent38317d3318e05832a864d413aa744a48a8975dce
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