]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44563: Fix error handling in tee.fromiterable() (GH-27020)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 5 Jul 2021 22:19:35 +0000 (01:19 +0300)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 22:19:35 +0000 (23:19 +0100)
commitf64de53ff01e734d48d1d42195443d7d1646f220
tree7be6dfc9d95a79a432c6302b7260ec2f86b7b5de
parent17f94e28882e1e2b331ace93f42e8615383dee59
bpo-44563: Fix error handling in tee.fromiterable() (GH-27020)

In debug build failed tee.fromiterable() corrupted the linked list of all GC objects.
Modules/itertoolsmodule.c