Skip to content

Replace deprecated asyncio.iscoroutinefunction#486

Merged
ikalchev merged 1 commit into
ikalchev:devfrom
cdce8p:replace-iscoroutinefunction
Aug 16, 2025
Merged

Replace deprecated asyncio.iscoroutinefunction#486
ikalchev merged 1 commit into
ikalchev:devfrom
cdce8p:replace-iscoroutinefunction

Conversation

@cdce8p

@cdce8p cdce8p commented Jun 16, 2025

Copy link
Copy Markdown
Contributor

Python 3.14 will deprecated asyncio.iscoroutinefunction in favor of inspect.iscoroutinefunction which has been available for some time now.

https://docs.python.org/3.14/deprecations/pending-removal-in-3.16.html
https://docs.python.org/3.14/library/inspect.html#inspect.iscoroutinefunction

@cdce8p

cdce8p commented Aug 15, 2025

Copy link
Copy Markdown
Contributor Author

@ikalchev Just rebased this one, it's ready now. Would be great if it could be included in the next release as well.

@ikalchev ikalchev merged commit dce516d into ikalchev:dev Aug 16, 2025
12 of 14 checks passed
@cdce8p cdce8p deleted the replace-iscoroutinefunction branch August 16, 2025 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants