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 davin, ned.deily, pitrou, vstinner
Date 2018-05-30.23:40:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527723654.77.0.682650639539.issue33532@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.7:

https://travis-ci.org/python/cpython/jobs/385458840

Re-running test 'test_multiprocessing_forkserver' in verbose mode

======================================================================
ERROR: test_ignore (test.test_multiprocessing_forkserver.TestIgnoreEINTR)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/python/cpython/Lib/test/_test_multiprocessing.py", line 4324, in test_ignore
    os.kill(p.pid, signal.SIGUSR1)
ProcessLookupError: [Errno 3] No such process
History
Date User Action Args
2018-05-30 23:40:54vstinnersetrecipients: + vstinner, pitrou, ned.deily, davin
2018-05-30 23:40:54vstinnersetmessageid: <1527723654.77.0.682650639539.issue33532@psf.upfronthosting.co.za>
2018-05-30 23:40:54vstinnerlinkissue33532 messages
2018-05-30 23:40:54vstinnercreate