-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-44563: Fix error handling in tee.fromiterable() #27020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <[email protected]>
In debug build failed tee.fromiterable() corrupted the linked list of all GC objects. (cherry picked from commit f64de53) Co-authored-by: Serhiy Storchaka <[email protected]>
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 <[email protected]>
) In debug build failed tee.fromiterable() corrupted the linked list of all GC objects. (cherry picked from commit f64de53) Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
|
In debug build failed tee.fromiterable() corrupted the linked
list of all GC objects.
https://bugs.python.org/issue44563