Issue1755346

classification
Title: imp missing lock_help
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, pjenvey
Priority: normal Keywords: test failure causes

Created on 2007-07-17.08:31:35 by cgroves, last changed 2008-03-10.01:35:07 by pjenvey.

Messages
msg1728 (view) Author: Charlie Groves (cgroves) Date: 2007-07-17.08:31:35
The imp module is missing the lock_held method.  This causes test_imp to fail on the 2.3 branch.
msg1729 (view) Author: Charlie Groves (cgroves) Date: 2007-08-06.00:06:23
See http://wiki.python.org/jython/JythonDeveloperGuide/VersionTransitionTestExclusions for how to get the test running again to fix this.
msg3077 (view) Author: Philip Jenvey (pjenvey) Date: 2008-03-10.01:35:07
we now have lock_held and r3934 made test_imp pass
History
Date User Action Args
2008-03-10 01:35:07pjenveysetstatus: open -> closed
resolution: fixed
messages: + msg3077
nosy: + pjenvey
2007-07-17 08:31:35cgrovescreate