]> granicus.if.org Git - python/commit
[3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby()...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Sep 2017 19:20:22 +0000 (12:20 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 26 Sep 2017 19:20:22 +0000 (22:20 +0300)
commit69b2dc8637ba924d78f9869be592c5a545510f10
treec780196933559436c173e7bd072ce548e6ea472d
parentd6a356209abd026b41245ad76ba3a374ab0c60db
[3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557) (#3770)

(cherry picked from commit c740e4fe8a9bc5815dc18c38d7f7600b128c3c51)
Lib/test/test_itertools.py
Misc/NEWS.d/next/Library/2017-09-25-14-04-30.bpo-30347.B4--_D.rst [new file with mode: 0644]
Modules/itertoolsmodule.c