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.
Y
Yury Selivanov committed
6cc495e9e2db8de0b8b7d95323d3a1514844b1b4
Parent: 70b72f0