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
Date 2008-02-23.18:24:07
SpamBayes Score 0.0020244224
Marked as misclassified No
Message-id <1203791048.76.0.713950717747.issue1040026@psf.upfronthosting.co.za>
In-reply-to
Content
Note: My original unit test fails to take account that previous unit
tests may have spawned child processes. The correct behaviour is of
course to call os.times() before and after the fork and compute the
difference.

I'm not uploading a modified patch because from previous comments it
looks like a different test will be used anyway.
History
Date User Action Args
2008-02-23 18:24:08maltehelmertsetspambayes_score: 0.00202442 -> 0.0020244224
recipients: + maltehelmert, gvanrossum, belopolsky, pitrou
2008-02-23 18:24:08maltehelmertsetspambayes_score: 0.00202442 -> 0.00202442
messageid: <1203791048.76.0.713950717747.issue1040026@psf.upfronthosting.co.za>
2008-02-23 18:24:08maltehelmertlinkissue1040026 messages
2008-02-23 18:24:08maltehelmertcreate