Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-122858: Deprecate asyncio.iscoroutinefunction #122875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Aug 11, 2024
Merged
Prev Previous commit
Next Next commit
Apply suggestions from code review
  • Loading branch information
kumaraditya303 authored Aug 10, 2024
commit 62b8d3bb720b077ca03a62102ac6756a5c4d4d67
4 changes: 2 additions & 2 deletions 4 Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ Deprecated
:c:macro:`!isfinite` available from :file:`math.h`
since C99. (Contributed by Sergey B Kirpichev in :gh:`119613`.)

* :mod:`asyncio`: :func:`iscoroutinefunction` is deprecated
and will be removed in Python 3.16;
* :func:`!asyncio.iscoroutinefunction` is deprecated
and will be removed in Python 3.16,
use :func:`inspect.iscoroutinefunction` instead.
(Contributed by Jiahao Li in :gh:`122875`.)

Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.