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 pablogsal
Recipients pablogsal
Date 2019-02-01.10:53:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549018399.45.0.971138800303.issue35876@roundup.psfhosted.org>
In-reply-to
Content
Example failure:

https://buildbot.python.org/all/#/builders/141/builds/1142/steps/4/logs/stdio

=====================================================================
ERROR: test_start_new_session (test.test_posix.TestPosixSpawn)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_posix.py", line 1640, in test_start_new_session
    child_pgid = int(output)
NameError: name 'output' is not defined
======================================================================
ERROR: test_start_new_session (test.test_posix.TestPosixSpawnP)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_posix.py", line 1640, in test_start_new_session
    child_pgid = int(output)
NameError: name 'output' is not defined
----------------------------------------------------------------------


Victor made a PR to ignore the test for now:

https://github.com/python/cpython/pull/11718

This WIP PR intends to fix this bug:

https://github.com/python/cpython/pull/11719
History
Date User Action Args
2019-02-01 10:53:22pablogsalsetrecipients: + pablogsal
2019-02-01 10:53:19pablogsalsetmessageid: <1549018399.45.0.971138800303.issue35876@roundup.psfhosted.org>
2019-02-01 10:53:19pablogsallinkissue35876 messages
2019-02-01 10:53:19pablogsalcreate