[ python-Bugs-1178136 ] cgitb.py support for frozen images

SourceForge.net noreply at sourceforge.net
Thu Apr 7 00:45:08 CEST 2005


Bugs item #1178136, was opened at 2005-04-06 23: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=1178136&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Barry Alan Scott (barry-scott)
Assigned to: Nobody/Anonymous (nobody)
Summary: cgitb.py support for frozen images

Initial Comment:
cgitb.py does not report the line numbers in the stack
trace
if the python program is frozen. This is because the source
code is not available.

The attached patch fixes this problem.


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

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


More information about the Python-bugs-list mailing list