-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-142784: Make the asyncio REPL call .close() on the loop
#142785
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
gh-142784: Make the asyncio REPL call .close() on the loop
#142785
Conversation
|
I'm happy to have confirmed that this fixes the problem in GH-140288. I'll add a test and we're ready. |
|
In the meantime -- @graingert, do you think this is the good direction? |
Misc/NEWS.d/next/Library/2025-12-16-04-39-27.gh-issue-142784.HBGJag.rst
Outdated
Show resolved
Hide resolved
asyncio.Runner in the asyncio REPL.close() on the loop
|
@kumaraditya303 I've dropped |
Misc/NEWS.d/next/Library/2025-12-16-04-39-27.gh-issue-142784.HBGJag.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
|
@ZeroIntensity |
|
Thanks @johnslavik for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @johnslavik for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…ythonGH-142785) (cherry picked from commit ddfc155) Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
…ythonGH-142785) (cherry picked from commit ddfc155) Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
|
GH-142932 is a backport of this pull request to the 3.13 branch. |
|
GH-142933 is a backport of this pull request to the 3.14 branch. |
Uh oh!
There was an error while loading. Please reload this page.