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, eric.snow, jkloth, ncoghlan, pitrou, skrah, vstinner
Date 2012-08-25.22:02:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345932128.66.0.766236843943.issue15781@psf.upfronthosting.co.za>
In-reply-to
Content
On the i7 machine with hyper-threading the issue occurs since
edb9ce3a6c2e.


The tests also got slower:

3430d7329a3b:

$ time ./python -m test -uall -v  test_threaded_import

real    0m3.195s
user    0m0.656s
sys     0m0.284s


edb9ce3a6c2e:

$ time ./python -m test -uall -v  test_threaded_import

real    0m24.032s
user    0m0.880s
sys     0m0.744s


Here most of the time is spent in test_parallel_meta_path.


DISCLAIMER: This machine runs Debian Wheezy, which is not
stable yet! On the other hand the Windows bot also reproduced
the issue.
History
Date User Action Args
2012-08-25 22:02:08skrahsetrecipients: + skrah, brett.cannon, ncoghlan, pitrou, vstinner, jkloth, eric.snow
2012-08-25 22:02:08skrahsetmessageid: <1345932128.66.0.766236843943.issue15781@psf.upfronthosting.co.za>
2012-08-25 22:02:08skrahlinkissue15781 messages
2012-08-25 22:02:07skrahcreate