Re: [Cython] async def coroutines miss __module__

2016-05-16 Thread Stefan Behnel
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/c975662204754a42963ba5b293e398393761505

[Cython] async def coroutines miss __module__

2016-05-15 Thread Yury Selivanov
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