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_inspect fails on WinXP (2.5a2)
Type: Stage:
Components: Installation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, tebeka
Priority: normal Keywords:

Created on 2006-04-30 08:49 by tebeka, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
err tebeka, 2006-04-30 08:49 Error log
Messages (2)
msg28387 - (view) Author: Miki Tebeka (tebeka) * Date: 2006-04-30 08:49
test_inspect fails after installing 2.5a2 on WinXP

Output of 
    python -c "from test.test_inspect import test_main;
test_main()"

is attached.
msg28388 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-04-30 17:43
Logged In: YES 
user_id=849994

Thanks for reporting! This was caused by a bug in inspect.py
which is was fixed in revisions 45822 and 45824.
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43298
2006-04-30 08:49:43tebekacreate