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 giampaolo.rodola
Recipients benjamin.peterson, georg.brandl, giampaolo.rodola, larry, neologix, pitrou, sbt, sultanqasim
Date 2013-04-14.21:39:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365975588.32.0.519035188814.issue17707@psf.upfronthosting.co.za>
In-reply-to
Content
Without using Decimal and without patching connections.py (hence q.get() returns immediately) the resulting delta is mismatched:

======================================================================
FAIL: test_timeout (__main__.WithProcessesTestQueue)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_multiprocessing.py", line 708, in test_timeout
    self.assertGreaterEqual(delta, 0.19)
AssertionError: 9.107589721679688e-05 not greater than or equal to 0.19
History
Date User Action Args
2013-04-14 21:39:48giampaolo.rodolasetrecipients: + giampaolo.rodola, georg.brandl, pitrou, larry, benjamin.peterson, neologix, sbt, sultanqasim
2013-04-14 21:39:48giampaolo.rodolasetmessageid: <1365975588.32.0.519035188814.issue17707@psf.upfronthosting.co.za>
2013-04-14 21:39:48giampaolo.rodolalinkissue17707 messages
2013-04-14 21:39:48giampaolo.rodolacreate