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 serhiy.storchaka, vstinner
Date 2017-07-28.15:03:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501254221.02.0.861232217344.issue31070@psf.upfronthosting.co.za>
In-reply-to
Content
See bpo-bpo-30891 and bpo-30876 for recent changes in importlib.

http://buildbot.python.org/all/builders/AMD64%20Windows8.1%20Refleaks%203.x/builds/57/steps/test/logs/stdio

1:33:30 [312/406/2] test_threaded_import passed (30 sec) -- running: test_decimal (826 sec), test_set (84 sec), test_mmap (1151 sec)
beginning 6 repetitions
123456
...Exception ignored in: <function _get_module_lock.<locals>.cb at 0x000000813CA18EB8>
Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 176, in cb
KeyError: ('random',)
...
History
Date User Action Args
2017-07-28 15:03:41vstinnersetrecipients: + vstinner, serhiy.storchaka
2017-07-28 15:03:41vstinnersetmessageid: <1501254221.02.0.861232217344.issue31070@psf.upfronthosting.co.za>
2017-07-28 15:03:40vstinnerlinkissue31070 messages
2017-07-28 15:03:40vstinnercreate