-
-
Notifications
You must be signed in to change notification settings - Fork 32k
GH-117714: implement athrow().close() and asend().close() using throw #117906
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
Conversation
e9116f3
to
743ded1
Compare
7b46d8e
to
8e1fb97
Compare
8e1fb97
to
e351047
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree.
It takes time to wrap my head around this, though :)
Co-authored-by: Petr Viktorin <[email protected]>
@encukou is this change too much like a feature to be backported to 3.12? |
Thanks @graingert for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
… throw (pythonGH-117906) * pythonGH-117714: replace athrow().close() and asend().close() stubs with implimentations * test athrow().close() and asend().close() raises RuntimeError * 📜🤖 Added by blurb_it. * Update Objects/genobject.c Co-authored-by: Petr Viktorin <[email protected]> --------- (cherry picked from commit e5c6992) Co-authored-by: Thomas Grainger <[email protected]> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Petr Viktorin <[email protected]>
GH-118663 is a backport of this pull request to the 3.12 branch. |
… throw (pythonGH-117906) * pythonGH-117714: replace athrow().close() and asend().close() stubs with implimentations * test athrow().close() and asend().close() raises RuntimeError * 📜🤖 Added by blurb_it. * Update Objects/genobject.c Co-authored-by: Petr Viktorin <[email protected]> --------- Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Petr Viktorin <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.