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 2017-06-13.07:30:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497339033.63.0.0985923135856.issue30595@psf.upfronthosting.co.za>
In-reply-to
Content
> New changeset 1b7863c3b6519c6e134c28cab8b8af0dea43e375 by Victor Stinner in branch 'master':
> bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027)
> https://github.com/python/cpython/commit/1b7863c3b6519c6e134c28cab8b8af0dea43e375

While this change is a nice fix, it isn't enough to make the test stable on slow buildbot: it failed again on the same buildbot,
http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/744

If I modify the timeout from 100 ms to 1 ms, the test also fail on Linux on my laptop. So I proposed https://github.com/python/cpython/pull/2148 to increase the timeout from 100 ms to 1 sec.
History
Date User Action Args
2017-06-13 07:30:33vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, davin, grzgrzgrz3
2017-06-13 07:30:33vstinnersetmessageid: <1497339033.63.0.0985923135856.issue30595@psf.upfronthosting.co.za>
2017-06-13 07:30:33vstinnerlinkissue30595 messages
2017-06-13 07:30:33vstinnercreate