]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sense (GH...
authorKumar Aditya <rahuladitya303@gmail.com>
Mon, 6 Dec 2021 23:40:35 +0000 (05:10 +0530)
committerGitHub <noreply@github.com>
Mon, 6 Dec 2021 23:40:35 +0000 (01:40 +0200)
commit265918bb1d782ab85c7dbc835eb62d6cfc2145b7
treed3f63cd07b8465aed76dfc04839d388c28bf87c2
parent8518ee348c18da7e150f5e42b3424c86f7c0a3d8
bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sense (GH-29894)
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS.d/next/Library/2021-12-02-14-37-30.bpo-23819.An6vkT.rst [new file with mode: 0644]