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 pitrou
Recipients brett.cannon, pitrou, skrah, vstinner
Date 2012-09-02.18:05:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346608930.3394.1.camel@localhost.localdomain>
In-reply-to <1346608968.18.0.068431661924.issue15599@psf.upfronthosting.co.za>
Content
> I'm convinced now that some systems just can't handle a low switch
> interval gracefully. Look at:
[...]
> 
> That test also uses sys.setswitchinterval(1e-6).

Ok, let's bump it to 1e-5 then.

As for the parallel_meta_path failure, it could be a genuine issue
(albeit a rather unimportant one; I originally added those tests out of
completion).
History
Date User Action Args
2012-09-02 18:05:53pitrousetrecipients: + pitrou, brett.cannon, vstinner, skrah
2012-09-02 18:05:52pitroulinkissue15599 messages
2012-09-02 18:05:52pitroucreate