classification
Title: cgitb.py support for frozen images
Type: enhancement Stage: patch review
Components: Library (Lib) Versions: Python 3.2
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, barry-scott
Priority: normal Keywords: patch

Created on 2005-04-06 22:45 by barry-scott, last changed 2010-08-21 13:03 by BreamoreBoy.

Files
File name Uploaded Description Edit
cgitb.patch barry-scott, 2005-04-06 22:45 cgitb.py patch
Messages (2)
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.
msg109744 - (view) Author: Mark Lawrence (BreamoreBoy) Date: 2010-07-09 14:25
This is a small patch which could be useful, could someone please test it against a frozen program?
History
Date User Action Args
2010-08-21 13:03:53BreamoreBoysetstage: test needed -> patch review
versions: + Python 3.2, - Python 2.7
2010-07-09 14:25:48BreamoreBoysetnosy: + BreamoreBoy
messages: + msg109744
2009-02-15 22:15:56ajaksu2setstage: test needed
type: enhancement
components: + Library (Lib), - None
versions: + Python 2.7, - Python 2.3
2005-04-06 22:45:08barry-scottcreate