This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_imp failure
Type: Stage:
Components: Interpreter Core Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: dcjim, rhettinger
Priority: normal Keywords:

Created on 2004-07-15 16:36 by dcjim, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg21617 - (view) Author: Jim Fulton (dcjim) (Python triager) Date: 2004-07-15 16:36
With threads disabled under fedore core 1

uname -r
2.4.22-1.2188.nptlsmp

./python -E -tt ./Lib/test/regrtest.py -vv test_imp
test_imp
test test_imp failed -- expected imp.lock_held() to be True
1 test failed:
    test_imp

Looks shallow. :)
msg21618 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-01-07 01:25
Logged In: YES 
user_id=80475

This was fixed by Brett on 12/4/04.
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40570
2004-07-15 16:36:12dcjimcreate