async def coroutines miss __module__
May 14, 2016
10:28 p.m.
In CPython:
async def foo(): pass foo.__module__ '__main__'
In Cython, async def coroutines lack __module__ attribute Yury
May 2016
8:47 a.m.
Yury Selivanov schrieb am 15.05.2016 um 00:28:
In CPython:
async def foo(): pass foo.__module__ '__main__'
In Cython, async def coroutines lack __module__ attribute
Ok, that's easy enough to add. https://github.com/cython/cython/commit/c975662204754a42963ba5b293e398393761... Stefan
3496
Age (days ago)
3498
Last active (days ago)
1 comments
2 participants
participants (2)
-
Stefan Behnel -
Yury Selivanov