We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed88d82 commit 8e3ab3aCopy full SHA for 8e3ab3a
mypyc/doc/differences_from_python.rst
@@ -317,6 +317,7 @@ non-exhaustive list of what won't work:
317
- Frames of compiled functions can't be inspected using ``inspect``
318
- Compiled methods aren't considered methods by ``inspect.ismethod``
319
- ``inspect.signature`` chokes on compiled functions
320
+- ``inspect.iscoroutinefunction`` always returns False for compiled functions, even those defined with `async def`
321
322
Profiling hooks and tracing
323
***************************
0 commit comments