]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. (GH-28153)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Sep 2021 17:54:50 +0000 (20:54 +0300)
committerGitHub <noreply@github.com>
Sat, 4 Sep 2021 17:54:50 +0000 (20:54 +0300)
commitc967bd523caabb05bf5988449487d7c1717f3ac6
tree9285bd67b942ee453f0d007130c2a1f45706a927
parentce83e42437b8e5a4bf4237f981a7a90401922456
[3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. (GH-28153)

Deprecation warnings about the loop argument were incorrectly emitted
in cases when the loop argument was used inside the asyncio library,
not from user code.
Lib/asyncio/base_events.py
Lib/asyncio/runners.py
Lib/asyncio/subprocess.py
Lib/asyncio/tasks.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncgen.py
Lib/test/test_asyncio/__init__.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_queues.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2021-09-04-13-10-25.bpo-45097.5J4IC-.rst [new file with mode: 0644]