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 gvanrossum
Recipients andres, gvanrossum
Date 2007-10-22.16:45:04
SpamBayes Score 0.16883813
Marked as misclassified No
Message-id <1193071505.12.0.223281320262.issue1305@psf.upfronthosting.co.za>
In-reply-to
Content
Odd.  Smells like an OSX issue that we can't do anything about.  I note
that only attempts 250, 500, 750 (and so on if you increase the counter)
have this behavior.  I wonder if you'r simply filling up some kernel
queue too fast; if I insert time.sleep(0.001) in the for loop it won't
happen.
History
Date User Action Args
2007-10-22 16:45:05gvanrossumsetspambayes_score: 0.168838 -> 0.16883813
recipients: + gvanrossum, andres
2007-10-22 16:45:05gvanrossumsetspambayes_score: 0.168838 -> 0.168838
messageid: <1193071505.12.0.223281320262.issue1305@psf.upfronthosting.co.za>
2007-10-22 16:45:05gvanrossumlinkissue1305 messages
2007-10-22 16:45:04gvanrossumcreate