Message110263
| 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). |
|