]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149600: Remove deprecated `asyncio.iscoroutinefunction` function (#149601)
authorsobolevn <mail@sobolevn.me>
Tue, 12 May 2026 17:29:46 +0000 (20:29 +0300)
committerGitHub <noreply@github.com>
Tue, 12 May 2026 17:29:46 +0000 (22:59 +0530)
commite472f6d3184e71a496fadc04f755995b736fd595
tree55c7649ee63640b636a6995a189914f0bab32cb7
parenta043b0e875f70cfd493455b18bea7399e58c6875
gh-149600: Remove deprecated `asyncio.iscoroutinefunction` function (#149601)
Doc/whatsnew/3.16.rst
Lib/asyncio/base_events.py
Lib/asyncio/coroutines.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_pep492.py
Lib/test/test_asyncio/test_tasks.py
Lib/unittest/mock.py
Misc/NEWS.d/next/Library/2026-05-09-15-42-54.gh-issue-149600.ZbL-iv.rst [new file with mode: 0644]