Skip to content

In tests, use iscoroutinefunction from inspect rather than asyncio#2659

Merged
Kludex merged 1 commit intoKludex:masterfrom
musicinmybrain:iscoroutinefunction
Jul 2, 2025
Merged

In tests, use iscoroutinefunction from inspect rather than asyncio#2659
Kludex merged 1 commit intoKludex:masterfrom
musicinmybrain:iscoroutinefunction

Conversation

@musicinmybrain
Copy link
Copy Markdown
Contributor

Summary

In the tests, this replaces asyncio.iscoroutinefunction with inspect.iscoroutinefunction. The asyncio version is deprecated and slated for removal in Python 3.16. The inspect version was introduced in Python 3.5.

Checklist

  • I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. No new tests were needed; the change is in test code.
  • I've updated the documentation accordingly. No updates were required.

The asyncio version is deprecated and slated for removal in Python 3.16.
The inspect version was introduced in Python 3.5.
@Kludex Kludex merged commit 15cf08a into Kludex:master Jul 2, 2025
16 checks passed
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