]> granicus.if.org Git - python/commit
This is my patch
authorMichael W. Hudson <mwh@python.net>
Thu, 15 Aug 2002 14:59:02 +0000 (14:59 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 15 Aug 2002 14:59:02 +0000 (14:59 +0000)
commitdd32a91cc0c8ba178d7ee5e78c30b6920aff66f4
tree1a2062b54d3445ca788fd63c2bc63984dd85f34a
parentadd88060c1d1a98c7970e35b326e6a65a17ddf04
This is my patch

[ 587993 ] SET_LINENO killer

Remove SET_LINENO.  Tracing is now supported by inspecting co_lnotab.

Many sundry changes to document and adapt to this change.
19 files changed:
Doc/lib/libdis.tex
Doc/lib/libtraceback.tex
Doc/tut/tut.tex
Doc/whatsnew/whatsnew23.tex
Include/opcode.h
Lib/dis.py
Lib/inspect.py
Lib/pdb.py
Lib/test/test_hotshot.py
Lib/traceback.py
Misc/NEWS
Modules/_hotshot.c
Objects/frameobject.c
Python/ceval.c
Python/compile.c
Python/frozen.c
Python/import.c
Python/traceback.c
Tools/scripts/trace.py