]> granicus.if.org Git - python/commit
Add a new function imp.lock_held(), and use it to skip test_threaded_import
authorTim Peters <tim.peters@gmail.com>
Thu, 30 Aug 2001 05:16:13 +0000 (05:16 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 30 Aug 2001 05:16:13 +0000 (05:16 +0000)
commit692323488baf518117d3ede90189812723f39948
tree8401474367a2c7684060b891da495cfb025e9bd5
parentc41418751fcef0a42f336ba91871827b45d558a7
Add a new function imp.lock_held(), and use it to skip test_threaded_import
when that test is doomed to deadlock.
Doc/lib/libimp.tex
Lib/test/test_threaded_import.py
Misc/NEWS
Python/import.c