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/c975662204754a42963ba5b293e3983937615056

Stefan

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

Reply via email to