diff options
author | Yury Selivanov <yury@magic.io> | 2016-11-08 19:16:01 -0500 |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-11-08 19:16:01 -0500 |
commit | 5dbe12ac2d1c4763d143be6db17d298511484eaa (patch) | |
tree | 8a8c1eca43a4e3131d168585e048bcf46f41286b /Python/sysmodule.c | |
parent | 0ad3de98236bf2992531d0d8f172636b21ccadff (diff) | |
download | cpython-5dbe12ac2d1c4763d143be6db17d298511484eaa.tar.gz |
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 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions