]> granicus.if.org Git - python/commit
A slight change to SET_LINENO-less tracing.
authorMichael W. Hudson <mwh@python.net>
Wed, 11 Sep 2002 15:36:32 +0000 (15:36 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 11 Sep 2002 15:36:32 +0000 (15:36 +0000)
commit02ff6a99522bf0c734831841661ebd385ae8c417
treefdb0a6ffa6b397e39fe09f03bee05fa8a650eb0b
parent519a342d799a0222ca5290d152ee97d7818a9493
A slight change to SET_LINENO-less tracing.

This makes things a touch more like 2.2.  Read the comments in
Python/ceval.c for more details.
Include/frameobject.h
Lib/test/test_trace.py
Modules/_hotshot.c
Objects/frameobject.c
Python/ceval.c