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 terry.reedy
Recipients giampaolo.rodola, gvanrossum, terry.reedy, vstinner, yselivanov
Date 2016-08-17.21:15:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471468506.77.0.2823677848.issue27789@psf.upfronthosting.co.za>
In-reply-to
Content
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:15:06terry.reedysetrecipients: + terry.reedy, gvanrossum, vstinner, giampaolo.rodola, yselivanov
2016-08-17 21:15:06terry.reedysetmessageid: <1471468506.77.0.2823677848.issue27789@psf.upfronthosting.co.za>
2016-08-17 21:15:06terry.reedylinkissue27789 messages
2016-08-17 21:15:06terry.reedycreate