classification
Title: cgitb.py support for frozen images
Type: feature request Stage: test needed
Components: Library (Lib) Versions: Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: barry-scott (1)
Priority: normal Keywords patch

Created on 2005-04-06 22:45 by barry-scott, last changed 2009-02-15 22:15 by ajaksu2.

Files
File name Uploaded Description Edit Remove
cgitb.patch barry-scott, 2005-04-06 22:45 cgitb.py patch
Messages (1)
msg48175 - (view) Author: Barry Alan Scott (barry-scott) Date: 2005-04-06 22:45
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.
History
Date User Action Args
2009-02-15 22:15:56ajaksu2setstage: test needed
type: feature request
components: + Library (Lib), - None
versions: + Python 2.7, - Python 2.3
2005-04-06 22:45:08barry-scottcreate