-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-34410: Fix a crash in the tee iterator when re-enter it. #15625
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-34410: Fix a crash in the tee iterator when re-enter it. #15625
Conversation
RuntimeError is now raised in this case.
9bfc5ca
to
6bd711c
Compare
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.7, 3.8. |
…H-15625) RuntimeError is now raised in this case. (cherry picked from commit 526a014) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-15737 is a backport of this pull request to the 3.8 branch. |
GH-15738 is a backport of this pull request to the 3.7 branch. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
…H-15625) RuntimeError is now raised in this case. (cherry picked from commit 526a014) Co-authored-by: Serhiy Storchaka <[email protected]>
…ythonGH-15625) RuntimeError is now raised in this case.. (cherry picked from commit 526a014) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-15740 is a backport of this pull request to the 2.7 branch. |
RuntimeError is now raised in this case. (cherry picked from commit 526a014) Co-authored-by: Serhiy Storchaka <[email protected]>
RuntimeError is now raised in this case. (cherry picked from commit 526a014) Co-authored-by: Serhiy Storchaka <[email protected]>
…H-15625) RuntimeError is now raised in this case.
…H-15625) RuntimeError is now raised in this case.
…H-15625) RuntimeError is now raised in this case.
RuntimeError is now raised in this case.
https://bugs.python.org/issue34410