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-07-28.14:42:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501252972.97.0.198077467946.issue31067@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.6/builds/355/steps/test/logs/stdio

======================================================================
FAIL: test_leak_fast_process_del_killed (test.test_subprocess.POSIXProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.6.koobs-freebsd10/build/Lib/test/test_subprocess.py", line 2434, in test_leak_fast_process_del_killed
    self.assertRaises(OSError, os.waitpid, pid, 0)
AssertionError: OSError not raised by waitpid
History
Date User Action Args
2017-07-28 14:42:53vstinnersetrecipients: + vstinner
2017-07-28 14:42:52vstinnersetmessageid: <1501252972.97.0.198077467946.issue31067@psf.upfronthosting.co.za>
2017-07-28 14:42:52vstinnerlinkissue31067 messages
2017-07-28 14:42:52vstinnercreate