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-93896: always set event loop in asyncio.run and IsolatedAsyncioTestCase #94593
Conversation
kumaraditya303
commented
Jul 6, 2022
•
edited by bedevere-bot
edited by bedevere-bot
- Issue: IsolatedAsyncioTestCase and asyncio.run no-longer call asyncio.set_event_loop #93896
|
Can you copy over the test cases from my PR? |
I added a test. |
Thanks for the reviews! |
|
I think the docs should describe this change: |
This would complicate things for an average user about how policy registry works. The existing docs is clear |
|
Thanks @kumaraditya303 for the PR, and @pablogsal for merging it |
|
GH-94608 is a backport of this pull request to the 3.11 branch. |
…ncioTestCase (pythonGH-94593) (cherry picked from commit 14fea6b) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>