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, ncoghlan, pitrou
Date 2010-07-14.10:46:00
SpamBayes Score 0.0062511773
Marked as misclassified No
Message-id <1279104356.3128.8.camel@localhost.localdomain>
In-reply-to <AANLkTilq6YkrC2Eb8GpWAHdeHWrimDJGbIlE0jZJcgjH@mail.gmail.com>
Content
> test_threaded_import is designed to check the import lock (and it does
> at least to some degree - I changed runpy's handling of the import
> lock because my original approach broke that test).

Apparently, Lib/test/test_threaded_import only works if run directly. If
run through regrtest, it succeeds even with the import lock disabled
(probably because random.py is already included by regrtest).
History
Date User Action Args
2010-07-14 10:46:02pitrousetrecipients: + pitrou, brett.cannon, ncoghlan
2010-07-14 10:46:00pitroulinkissue9251 messages
2010-07-14 10:46:00pitroucreate