]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-44815: Always show deprecation in asyncio.gather/sleep() (GH-27569)
authorSam Bull <aa6bs0@sambull.org>
Wed, 18 Aug 2021 18:47:55 +0000 (19:47 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Aug 2021 18:47:55 +0000 (20:47 +0200)
commitb2779b2aa16acb3fd1297ccfe2fe5aaa007f74ae
tree8f85a26fc6d267e8f91ce686b5a4c515b781e853
parentebe7e6d86cf8f54d449d49866698d7f4c700cc7c
[3.9] bpo-44815: Always show deprecation in asyncio.gather/sleep() (GH-27569)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/asyncio/tasks.py
Lib/test/test_asyncio/__init__.py
Misc/NEWS.d/next/Library/2021-08-03-15-02-28.bpo-44815.9AmFfy.rst [new file with mode: 0644]