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 asvetlov, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, yselivanov, zach.ware
Date 2018-01-27.05:18:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517030316.54.0.467229070634.issue32645@psf.upfronthosting.co.za>
In-reply-to
Content
I ran f:\dev\3x>python -m test -j5 test_asyncio test_asyncio test_asyncio test_asyncio test_asyncio on fresh Win10 build and got 
...
0:01:02 [5/5] test_asyncio passed (62 sec)
F:\dev\3x\lib\asyncio\selector_events.py:648: ResourceWarning: unclosed transport <_SelectorSocketTransport fd=620>
  source=self)
F:\dev\3x\lib\asyncio\selector_events.py:648: ResourceWarning: unclosed transport <_SelectorSocketTransport fd=896>
  source=self)
F:\dev\3x\lib\asyncio\sslproto.py:318: ResourceWarning: unclosed transport <asyncio.sslproto._SSLProtocolTransport object at 0x05841EE0>
  source=self)
All 5 tests OK.
(1 test also gave resource warnings.)
History
Date User Action Args
2018-01-27 05:18:36terry.reedysetrecipients: + terry.reedy, paul.moore, vstinner, tim.golden, asvetlov, zach.ware, yselivanov, steve.dower
2018-01-27 05:18:36terry.reedysetmessageid: <1517030316.54.0.467229070634.issue32645@psf.upfronthosting.co.za>
2018-01-27 05:18:36terry.reedylinkissue32645 messages
2018-01-27 05:18:36terry.reedycreate