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-06-12.21:52:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560376364.8.0.630949543453.issue37224@roundup.psfhosted.org>
In-reply-to
Content
Failure on AppVeyor on my PR 14029 (which is unrelated):

test_subinterpreter (test.test__xxsubinterpreters.IsRunningTests) ... Exception in thread Thread-8:
Traceback (most recent call last):
  File "C:\projects\cpython\lib\threading.py", line 923, in _bootstrap_inner
    self.run()
  File "C:\projects\cpython\lib\threading.py", line 865, in run
    self._target(*self._args, **self._kwargs)
  File "C:\projects\cpython\lib\test\test__xxsubinterpreters.py", line 51, in run
    interpreters.run_string(interp, dedent(f"""
RuntimeError: unrecognized interpreter ID 46
FAIL


FAIL: test_subinterpreter (test.test__xxsubinterpreters.IsRunningTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\projects\cpython\lib\test\test__xxsubinterpreters.py", line 492, in test_subinterpreter
    self.assertTrue(interpreters.is_running(interp))
AssertionError: False is not true


test__xxsubinterpreters passed when run again.
History
Date User Action Args
2019-06-12 21:52:44vstinnersetrecipients: + vstinner, eric.snow
2019-06-12 21:52:44vstinnersetmessageid: <1560376364.8.0.630949543453.issue37224@roundup.psfhosted.org>
2019-06-12 21:52:44vstinnerlinkissue37224 messages
2019-06-12 21:52:44vstinnercreate