summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_locks.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #15794: Relax a test case due to the deadlock detection's ↵Antoine Pitrou2012-08-281-4/+18
| | | | conservativeness.
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-0/+115
This should make the Linux distros happy as it is now easier to leave importlib's tests out of their base Python distribution.