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 maltehelmert
Recipients belopolsky, gvanrossum, maltehelmert, pitrou, rbp
Date 2008-02-23.19:40:08
SpamBayes Score 0.042579733
Marked as misclassified No
Message-id <1203795609.99.0.867554731328.issue1040026@psf.upfronthosting.co.za>
In-reply-to
Content
I was wrong -- 0.1 isn't enough, because os.times() typically has 0.01s
resolution, so we can easily get 0.1 vs. 0.11 which will fail the
assertion. Cranked up the WAIT_TIME to 0.3 in the attached patch
(test_posix3.PATCH). Sorry for the noise.
History
Date User Action Args
2008-02-23 19:40:10maltehelmertsetspambayes_score: 0.0425797 -> 0.042579733
recipients: + maltehelmert, gvanrossum, belopolsky, pitrou, rbp
2008-02-23 19:40:10maltehelmertsetspambayes_score: 0.0425797 -> 0.0425797
messageid: <1203795609.99.0.867554731328.issue1040026@psf.upfronthosting.co.za>
2008-02-23 19:40:09maltehelmertlinkissue1040026 messages
2008-02-23 19:40:08maltehelmertcreate