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
Copy file name to clipboardExpand all lines: mypyc/doc/differences_from_python.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -317,7 +317,7 @@ non-exhaustive list of what won't work:
317
317
- Frames of compiled functions can't be inspected using ``inspect``
318
318
- Compiled methods aren't considered methods by ``inspect.ismethod``
319
319
- ``inspect.signature`` chokes on compiled functions
320
-
- ``inspect.iscoroutinefunction`` always returns False for compiled functions, even those defined with `async def`
320
+
- ``inspect.iscoroutinefunction`` and ``asyncio.iscoroutinefunction`` will always return False for compiled functions, even those defined with `async def`
0 commit comments