[issue29742] asyncio get_extra_info() throws exception

Nikolay Kim report at bugs.python.org
Mon Mar 6 17:49:12 EST 2017


Nikolay Kim added the comment:

get_extra_info() returns optional transport information, I think it is ok to return None for closed transport.
https://github.com/python/cpython/blob/master/Lib/asyncio/transports.py#L18

I propose this feature initially, during early tulip development
but now I think it is not good api.

----------

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


More information about the Python-bugs-list mailing list