You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…usage of the deprecated ``asyncio.iscoroutinefunction`` with the ``inspect.iscoroutinefunction`` (#123088)
asyncio.iscoroutinefunction -> inspect.iscoroutinefunction
…place usage of the deprecated ``asyncio.iscoroutinefunction`` with the ``inspect.iscoroutinefunction`` (python#123088)
asyncio.iscoroutinefunction -> inspect.iscoroutinefunction
blhsing
pushed a commit
to blhsing/cpython
that referenced
this issue
Aug 22, 2024
…place usage of the deprecated ``asyncio.iscoroutinefunction`` with the ``inspect.iscoroutinefunction`` (python#123088)
asyncio.iscoroutinefunction -> inspect.iscoroutinefunction
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
Lib/test/test_unittest/testmock/testasync.py
: Replace usage of the deprecatedasyncio.iscoroutinefunction
with theinspect.iscoroutinefunction
#123088The text was updated successfully, but these errors were encountered: