In CPython:

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

In Cython, async def coroutines lack __module__ attribute

Yury
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to