Logged In: YES user_id=729909 Sorry, from the short output of 'make test' the problem seemed obvious: test_imp test test_imp failed -- expected imp.lock_held() to be True ... test_list ImportError: No module named thread ... test_userlist ImportError: No module named thread But after running the tests manually, I noticed that the latter two tests are complete test packs. The complete output is attached. Detlef
Logged In: YES user_id=80475 Applied the decimal fixup. It is no longer dependent on threads. See Lib/decimal.py 1.32 and 1.31.2.1 Am unassigning myself for the rest. It's not an especially high priority to teach regrtest.py about tests that should be skipped when there are no threads.
Logged In: YES user_id=357491 test_imp is now skipped on platforms that don't have threading. Covered by rev. 1.5 in HEAD, rev. 1.4.14.1 for 2.4, and rev. 1.4.10.1 for 2.3 . This takes care of all the reported tests.