[New-bugs-announce] [issue9389] Traceback: Exception Shows Code that's On-Disk (Not in memory)

Guy report at bugs.python.org
Tue Jul 27 06:32:41 CEST 2010


New submission from Guy <Guy at openmail.cc>:

When an exception is raised and Python's showing a traceback, the lines of the Python scripts are that of those on-disk, not in memory.

For example, if I run a Python script which raises an exception, but I edit the line the exception occurs on and save the script in the same location, the new line (The one that's not interpreted), will be shown in the traceback.

----------
components: Interpreter Core
messages: 111685
nosy: Guy
priority: normal
severity: normal
status: open
title: Traceback: Exception Shows Code that's On-Disk (Not in memory)
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9389>
_______________________________________


More information about the New-bugs-announce mailing list