[Python-bugs-list] [ python-Bugs-728101 ] RuntimeError "not holding import lock" with test.autotest

SourceForge.net noreply@sourceforge.net
Sat, 26 Apr 2003 09:45:33 -0700


Bugs item #728101, was opened at 2003-04-26 18:45
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=728101&group_id=5470

Category: Windows
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Irmen de Jong (irmen)
Assigned to: Tim Peters (tim_one)
Summary: RuntimeError "not holding import lock" with test.autotest

Initial Comment:
(windows XP, python 2.3b)
I get the following error at the end of an "import
test.autotest":

Traceback (most recent call last):
  File "<string>", line 1, in ?
RuntimeError: not holding the import lock

The "test_imp" test failed with the following error:
testLock (test.test_imp.ImpLock) ... ERROR

======================================================================
ERROR: testLock (test.test_imp.ImpLock)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Python23\lib\test\test_imp.py", line 22, in
testLock
    raise TestFailed, \
TestFailed: release_lock() without lock should raise
RuntimeError

----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)
test test_imp failed -- Traceback (most recent call last):
  File "C:\Python23\lib\test\test_imp.py", line 22, in
testLock
    raise TestFailed, \
TestFailed: release_lock() without lock should raise
RuntimeError


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=728101&group_id=5470