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 vstinner
Date 2017-08-09.16:19:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502295581.3.0.245419354094.issue31160@psf.upfronthosting.co.za>
In-reply-to
Content
> New changeset 4baca1b0f7325032598cd38e7ceffc79b616d255 by Victor Stinner in branch 'master':
> bpo-31160: Fix test_builtin for zombie process (#3043)

This change introduced a regression:

http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.x/builds/1159/steps/test/logs/stdio

======================================================================
FAIL: test_input_no_stdout_fileno (test.test_builtin.PtyTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_builtin.py", line 1624, in test_input_no_stdout_fileno
    lines = self.run_child(child, b"quux\r")
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_builtin.py", line 1573, in run_child
    self.assertEqual(status, 0)
AssertionError: 1 != 0
History
Date User Action Args
2017-08-09 16:19:41vstinnersetrecipients: + vstinner
2017-08-09 16:19:41vstinnersetmessageid: <1502295581.3.0.245419354094.issue31160@psf.upfronthosting.co.za>
2017-08-09 16:19:41vstinnerlinkissue31160 messages
2017-08-09 16:19:41vstinnercreate