]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Test that calls to path hooks and meta_path entries are serialized by the import...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 22 Aug 2010 10:18:36 +0000 (10:18 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 22 Aug 2010 10:18:36 +0000 (10:18 +0000)
commit7224d073d24851c02fa53b0f126f696e57f583ee
tree56f57cf7c613b38d618fcc7e140d76976664cf7a
parent7ebe4f9209b7980ecc73a5e3a0a68e22cd400160
Test that calls to path hooks and meta_path entries are serialized by the import lock.
(part of issue #9251)
Lib/test/test_threaded_import.py