]> granicus.if.org Git - python/commit
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 9 Sep 2019 08:47:14 +0000 (11:47 +0300)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2019 08:47:14 +0000 (11:47 +0300)
commit526a01467b3277f9fcf7f91e66c23321caa1245d
tree57d20cb52a4cd5e78a59403e278418908e9cd5a7
parent918b468b7d5ebf1ec5e604cb0d99605cee38d983
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)

RuntimeError is now raised in this case.
Doc/library/itertools.rst
Lib/test/test_itertools.py
Misc/NEWS.d/next/Library/2019-08-31-01-52-59.bpo-34410.7KbWZQ.rst [new file with mode: 0644]
Modules/itertoolsmodule.c