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 Mark.Shannon, erlendaasland, pablogsal, vstinner
Date 2021-06-28.08:02:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624867353.85.0.00201379020287.issue44517@roundup.psfhosted.org>
In-reply-to
Content
test-stdio.txt:

======================================================================
FAIL: test_from_subinterpreter (test.test_interpreters.TestInterpreterIsRunning)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_interpreters.py", line 265, in test_from_subinterpreter
    self.assertEqual(out.strip(), 'True')
AssertionError: 'False' != 'True'
- False
+ True

======================================================================
FAIL: test_main (test.test_interpreters.TestInterpreterIsRunning)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_interpreters.py", line 245, in test_main
    self.assertTrue(main.is_running())
AssertionError: False is not true
History
Date User Action Args
2021-06-28 08:02:33vstinnersetrecipients: + vstinner, Mark.Shannon, pablogsal, erlendaasland
2021-06-28 08:02:33vstinnersetmessageid: <1624867353.85.0.00201379020287.issue44517@roundup.psfhosted.org>
2021-06-28 08:02:33vstinnerlinkissue44517 messages
2021-06-28 08:02:33vstinnercreate