]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44563: Fix error handling in tee.fromiterable() (GH-27020) (GH-27042)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 Jul 2021 22:34:01 +0000 (15:34 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 22:34:01 +0000 (23:34 +0100)
commit324b93295fd81133d2dd597c3e3a0333f6c9d95b
tree4d47b114aa4bf791704d213e14133c110a07e9ae
parent51a29c42f10bd9368db9a21f2f63319be2e30b95
bpo-44563: Fix error handling in tee.fromiterable() (GH-27020) (GH-27042)

In debug build failed tee.fromiterable() corrupted the linked list of all GC objects.
(cherry picked from commit f64de53ff01e734d48d1d42195443d7d1646f220)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Modules/itertoolsmodule.c