In CPython:

>>> async def foo(): pass
>>> foo.__module__
'__main__'

In Cython, async def coroutines lack __module__ attribute

Yury
_______________________________________________
cython-devel mailing list
[email protected]
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to