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 Mariatta, denis-osipov, docs@python, serhiy.storchaka, terry.reedy, vstinner
Date 2017-10-12.23:42:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507851767.03.0.213398074469.issue31761@psf.upfronthosting.co.za>
In-reply-to
Content
0:00:28 [ 25/407] test_asyncio
F:\dev\3x\lib\asyncio\sslproto.py:330: ResourceWarning: unclosed transport <asyncio.sslproto._SSLProtocolTransport object at 0x066D38C0>
  source=self)

test_code_module - multiple errors

test test_importlib failed -- Traceback (most recent call last):
  File "F:\dev\3x\lib\test\test_importlib\test_locks.py", line 134, in test_all_locks
    self.bootstrap._module_locks)
AssertionError: 0 != 1 : {'test.autotest': <weakref at 0x0395D620; to '_ModuleLock' at 0x03957E70>}

test_warnings failed - multiple errors

crash after summary printed.
I am rerunning in python started from command to see if there is any message printed.
History
Date User Action Args
2017-10-12 23:42:47terry.reedysetrecipients: + terry.reedy, vstinner, docs@python, serhiy.storchaka, Mariatta, denis-osipov
2017-10-12 23:42:47terry.reedysetmessageid: <1507851767.03.0.213398074469.issue31761@psf.upfronthosting.co.za>
2017-10-12 23:42:47terry.reedylinkissue31761 messages
2017-10-12 23:42:46terry.reedycreate