[Python-ideas] Should iscoroutine and iscoroutinefunction be in builtins?

Alex Walters tritium-list at sdamon.com
Sun Jul 2 23:18:04 EDT 2017


Before async/await it made sense that iscoroutine and iscoroutinefunction
live in asyncio.  But now that coroutines are a built in type, supported by
its own syntax, wouldn't it make sense to make those functions builtins?



More information about the Python-ideas mailing list