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 2018-04-25.14:26:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524666400.61.0.682650639539.issue33356@psf.upfronthosting.co.za>
In-reply-to
Content
Windows10 3.x: test_already_running() failed once, but passed when run again:

http://buildbot.python.org/all/#/builders/3/builds/817/steps/3/logs/stdio

======================================================================
FAIL: test_already_running (test.test__xxsubinterpreters.RunStringTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.x.bolen-windows10\build\lib\test\test__xxsubinterpreters.py", line 561, in test_already_running
    interpreters.run_string(self.id, 'print("spam")')
AssertionError: RuntimeError not raised

(...)
Re-running test 'test__xxsubinterpreters' in verbose mode
(...)
Ran 94 tests in 14.582s
OK (skipped=3)
History
Date User Action Args
2018-04-25 14:26:40vstinnersetrecipients: + vstinner, eric.snow
2018-04-25 14:26:40vstinnersetmessageid: <1524666400.61.0.682650639539.issue33356@psf.upfronthosting.co.za>
2018-04-25 14:26:40vstinnerlinkissue33356 messages
2018-04-25 14:26:40vstinnercreate