[issue38225] iscoroutinefunction broken with cython - allow tagging of functions as async?
Change by David Hilton : -- keywords: +patch pull_requests: +15877 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16292 ___ Python tracker <https://bugs.python.org/issu
[issue38225] iscoroutinefunction broken with cython - allow tagging of functions as async?
New submission from David Hilton : If a python piece of code imports cython code with async defs, `asyncio.iscoroutinefunction` cannot determine that the code is async. https://github.com/cython/cython/issues/2273#issuecomment-531537624 scoder is open to marking async defs so that they can