bpo-44563: Fix error handling in tee.fromiterable()#27020
Conversation
In debug build failed tee.fromiterable() corrupted the linked list of all GC objects.
|
Thanks @serhiy-storchaka for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9. |
|
GH-27041 is a backport of this pull request to the 3.10 branch. |
In debug build failed tee.fromiterable() corrupted the linked list of all GC objects. (cherry picked from commit f64de53) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
In debug build failed tee.fromiterable() corrupted the linked list of all GC objects. (cherry picked from commit f64de53) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-27042 is a backport of this pull request to the 3.9 branch. |
) In debug build failed tee.fromiterable() corrupted the linked list of all GC objects. (cherry picked from commit f64de53) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
In debug build failed tee.fromiterable() corrupted the linked
list of all GC objects.
https://bugs.python.org/issue44563