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, grzgrzgrz3, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-01-29.16:16:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517242577.47.0.467229070634.issue30595@psf.upfronthosting.co.za>
In-reply-to
Content
The Python 2.7 is to fix this failure:
http://buildbot.python.org/all/#/builders/59/builds/61

test_lock (test.test_multiprocessing.TestForkAwareThreadLock) ... ok
test_ignore (test.test_multiprocessing.TestIgnoreEINTR) ... ok
test test_multiprocessing failed -- Traceback (most recent call last):
  File "/Users/db3l/buildarea/2.7.bolen-tiger/build/Lib/test/test_multiprocessing.py", line 674, in test_queue_feeder_donot_stop_onexc
    self.assertTrue(q.get(timeout=0.1))
  File "/Users/db3l/buildarea/2.7.bolen-tiger/build/Lib/multiprocessing/queues.py", line 132, in get
    raise Empty
Empty
test_ignore_listener (test.test_multiprocessing.TestIgnoreEINTR) ... ok
======================================================================
ERROR: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing.WithProcessesTestQueue)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/2.7.bolen-tiger/build/Lib/test/test_multiprocessing.py", line 674, in test_queue_feeder_donot_stop_onexc
    self.assertTrue(q.get(timeout=0.1))
  File "/Users/db3l/buildarea/2.7.bolen-tiger/build/Lib/multiprocessing/queues.py", line 132, in get
    raise Empty
Empty
History
Date User Action Args
2018-01-29 16:16:17vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, davin, grzgrzgrz3
2018-01-29 16:16:17vstinnersetmessageid: <1517242577.47.0.467229070634.issue30595@psf.upfronthosting.co.za>
2018-01-29 16:16:17vstinnerlinkissue30595 messages
2018-01-29 16:16:17vstinnercreate