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
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 |
|
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