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 eric.snow, vstinner
Date 2019-07-08.07:46:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562571996.75.0.178702824781.issue37224@roundup.psfhosted.org>
In-reply-to
Content
The test still fails times to times:
https://buildbot.python.org/all/#/builders/80/builds/644

FAIL: test_subinterpreter (test.test__xxsubinterpreters.IsRunningTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test__xxsubinterpreters.py", line 492, in test_subinterpreter
    self.assertTrue(interpreters.is_running(interp))
AssertionError: False is not true
History
Date User Action Args
2019-07-08 07:46:36vstinnersetrecipients: + vstinner, eric.snow
2019-07-08 07:46:36vstinnersetmessageid: <1562571996.75.0.178702824781.issue37224@roundup.psfhosted.org>
2019-07-08 07:46:36vstinnerlinkissue37224 messages
2019-07-08 07:46:36vstinnercreate