[issue23519] using asyncio.iscoroutinefunction() on a functools.partial object

Guido van Rossum report at bugs.python.org
Thu Jun 8 22:28:01 EDT 2017


Guido van Rossum added the comment:

Use a lambda instead of partial. It's more pythonic.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23519>
_______________________________________


More information about the Python-bugs-list mailing list