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, vstinner, zach.ware
Date 2018-05-28.23:00:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527548454.22.0.682650639539.issue30317@psf.upfronthosting.co.za>
In-reply-to
Content
Recent failure on x86 Windows7 3.x:

http://buildbot.python.org/all/#/builders/58/builds/914

======================================================================
FAIL: test_timeout (test.test_multiprocessing_spawn.WithManagerTestQueue)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\_test_multiprocessing.py", line 1040, in test_timeout
    self.assertGreaterEqual(delta, 0.170)
AssertionError: 0.1373279094696045 not greater than or equal to 0.17
History
Date User Action Args
2018-05-28 23:00:54vstinnersetrecipients: + vstinner, zach.ware, davin
2018-05-28 23:00:54vstinnersetmessageid: <1527548454.22.0.682650639539.issue30317@psf.upfronthosting.co.za>
2018-05-28 23:00:54vstinnerlinkissue30317 messages
2018-05-28 23:00:54vstinnercreate