[issue27746] ResourceWarnings in test_asyncio

STINNER Victor report at bugs.python.org
Wed Aug 17 17:20:36 EDT 2016


STINNER Victor added the comment:

I marked the issue #272989 as a duplicate of this one. Copy of the msg272986 by Terry J. Reedy:

3.6, Windows 10, debug build. The following appeared before and after pulling and rebuilding today. I am reporting as per Victor's request on pydev list.

0:00:22 [ 52/402] test_asyncio passed
F:\Python\dev\36\lib\asyncio\sslproto.py:329: ResourceWarning: unclosed transport <asyncio.sslproto._SSLProtocolTransport object at 0x03B57658>
  source=self)
F:\Python\dev\36\lib\asyncio\sslproto.py:329: ResourceWarning: unclosed transport <asyncio.sslproto._SSLProtocolTransport object at 0x03B57E70>
  source=self)
F:\Python\dev\36\lib\asyncio\sslproto.py:329: ResourceWarning: unclosed transport <asyncio.sslproto._SSLProtocolTransport object at 0x03AA9038>
  source=self)

----------

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


More information about the Python-bugs-list mailing list