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 skrah
Recipients brett.cannon, jkloth, ncoghlan, pitrou, skrah, vstinner
Date 2012-08-25.13:17:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345900634.24.0.207106697691.issue15781@psf.upfronthosting.co.za>
In-reply-to
Content
I can also reproduce it on the Core 2 machine with a ridiculuously
low switch interval:


 diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -198,6 +198,8 @@
 except ImportError:
     multiprocessing = None
 
+sys.setswitchinterval(0.00000001)
+
 
 # Some times __path__ and __file__ are not absolute (e.g. while running from
 # Lib/) and, if we change the CWD to run the tests in a temporary dir, some
History
Date User Action Args
2012-08-25 13:17:14skrahsetrecipients: + skrah, brett.cannon, ncoghlan, pitrou, vstinner, jkloth
2012-08-25 13:17:14skrahsetmessageid: <1345900634.24.0.207106697691.issue15781@psf.upfronthosting.co.za>
2012-08-25 13:17:13skrahlinkissue15781 messages
2012-08-25 13:17:13skrahcreate