◐ Shell
clean mode source ↗

[3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. by serhiy-storchaka · Pull Request #28153 · python/cpython

Conversation

@serhiy-storchaka

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.

https://bugs.python.org/issue45097

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.

asvetlov

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

@serhiy-storchaka serhiy-storchaka changed the title bpo-45097: Remove incorrect deprecation warnings in asyncio. [3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio.

Sep 4, 2021

@tiran tiran mentioned this pull request

Sep 8, 2021

jonringer added a commit to jonringer/nixpkgs that referenced this pull request

Sep 13, 2021

StephenWithPH pushed a commit to StephenWithPH/nixpkgs that referenced this pull request

Sep 24, 2021

mweinelt pushed a commit to mweinelt/nixpkgs that referenced this pull request

Oct 3, 2021

a-feld added a commit to a-feld/pywreck that referenced this pull request

Oct 7, 2021

@kevr

Is there a planned tagging of this? It's quite the problem, and we could definitely use this change as soon as possible.

Labels

type-bug

An unexpected behavior, bug, or error