diff options
author | Yury Selivanov <yury@magic.io> | 2016-11-09 00:16:01 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-11-09 00:16:01 (GMT) |
commit | 6cc495e9e2db8de0b8b7d95323d3a1514844b1b4 (patch) | |
tree | 53ad200923868483dd72cee032bb1050d297870f /Objects/genobject.c | |
parent | 70b72f0f96d0a78e7cb154ae64356c82d06ac901 (diff) | |
download | cpython-6cc495e9e2db8de0b8b7d95323d3a1514844b1b4.zip cpython-6cc495e9e2db8de0b8b7d95323d3a1514844b1b4.tar.gz cpython-6cc495e9e2db8de0b8b7d95323d3a1514844b1b4.tar.bz2 |
asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__
Some built-in coroutine-like objects might not have __name__ or
__qualname__. A good example of such are 'asend', 'aclose' and
'athrow' coroutine methods of asynchronous generators.
Diffstat (limited to 'Objects/genobject.c')
0 files changed, 0 insertions, 0 deletions