Skip to content

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchakaserhiy-storchaka commented Dec 21, 2022

Partially revert changes made in GH-93453.

asyncio.DefaultEventLoopPolicy.get_event_loop() now emits a DeprecationWarning and creates and sets a new event loop instead of raising a RuntimeError if there is no current event loop set.

Partially revert changes made in pythonGH-93453. asyncio.DefaultEventLoopPolicy.get_event_loop() now emits a DeprecationWarning and creates and sets a new event loop instead of raising a RuntimeError if there is no current event loop set.
@serhiy-storchakaserhiy-storchaka changed the title gh-100160: Deprecate implicit creation of an event loopgh-100160: Restore and deprecate implicit creation of an event loopJan 12, 2023
@serhiy-storchakaserhiy-storchaka merged commit e5bd5ad into python:mainJan 13, 2023
@serhiy-storchakaserhiy-storchaka deleted the asyncio-get_event_loop3-3.12 branch January 13, 2023 12:40
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@serhiy-storchaka@gvanrossum@bedevere-bot