◐ Shell
clean mode source ↗

[3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created by serhiy-storchaka · Pull Request #99949 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

…op when a new event loop is created

It no longer emits a deprecation warning if the current event loop was set.

@serhiy-storchaka serhiy-storchaka changed the title gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created [3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created

Dec 2, 2022

serhiy-storchaka

gvanrossum

ambv pushed a commit to ambv/cpython that referenced this pull request

Dec 6, 2022
…o.get_event_loop when a new event loop is created (pythonGH-99949)

It no longer emits a deprecation warning if the current event loop was set.

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 3fae04b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>