This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gvanrossum, martin.panter, vstinner, yselivanov
Date 2016-08-17.21:20:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471468836.42.0.355170878347.issue27746@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2016-08-17 21:20:36vstinnersetrecipients: + vstinner, gvanrossum, martin.panter, yselivanov
2016-08-17 21:20:36vstinnersetmessageid: <1471468836.42.0.355170878347.issue27746@psf.upfronthosting.co.za>
2016-08-17 21:20:36vstinnerlinkissue27746 messages
2016-08-17 21:20:36vstinnercreate