]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add an import lock test for multithreaded circular imports.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 22 Aug 2010 20:43:26 +0000 (20:43 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 22 Aug 2010 20:43:26 +0000 (20:43 +0000)
commit0723d2c78d077232d3d019c78e397f5fcb7a159b
tree6039e70ae655d99ffc17397287fcfa788f710f21
parent8d18907a2e4b821774459d6eeeb180eed1184ec1
Add an import lock test for multithreaded circular imports.
(part of #9657)
Lib/test/test_threaded_import.py