◐ Shell
clean mode source ↗

[3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() by serhiy-storchaka · Pull Request #100412 · python/cpython

…_loop()

They are deferred to Python 3.12.

@gvanrossum gvanrossum changed the title gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() gh-100160: [3.11] Remove any deprecation warnings in asyncio.get_event_loop()

Dec 21, 2022

@gvanrossum gvanrossum changed the title gh-100160: [3.11] Remove any deprecation warnings in asyncio.get_event_loop() [3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()

Dec 21, 2022

gvanrossum

@serhiy-storchaka

@serhiy-storchaka

gvanrossum

@gvanrossum

gvanrossum

@gvanrossum

gvanrossum

@gvanrossum

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Jan 12, 2023
…ncio.get_event_loop() (pythonGH-100412)

Some deprecation warnings will reappear (in a slightly different form) in 3.12.

Co-authored-by: Guido van Rossum <guido@python.org>.
(cherry picked from commit 1b2459d)

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

serhiy-storchaka added a commit that referenced this pull request

Jan 13, 2023
…t_loop() (GH-100412) (GH-100970)

Some deprecation warnings will reappear (in a slightly different form) in 3.12.

Co-authored-by: Guido van Rossum <guido@python.org>.
(cherry picked from commit 1b2459d)