[3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. by serhiy-storchaka · Pull Request #28153 · python/cpython
Conversation
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM when all checks are green. Thanks!
serhiy-storchaka
changed the title
bpo-45097: Remove incorrect deprecation warnings in asyncio.
[3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio.
tiran
mentioned this pull request
StephenWithPH pushed a commit to StephenWithPH/nixpkgs that referenced this pull request
Is there a planned tagging of this? It's quite the problem, and we could definitely use this change as soon as possible.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters