Message169133
| 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 |
|