[Python-Dev] seeing off SET_LINENO

Barry A. Warsaw barry@python.org
Tue, 30 Jul 2002 08:14:05 -0400


>>>>> "MH" == Michael Hudson <mwh@python.net> writes:

    MH> 3) The patch changes behaviour -- for the better!  You're now
    MH> rather less likely to get the trace function called several
    MH> times per line.

Does this change affect debugging?  Have you tested how this change
might interact with e.g. hotshot?

-Barry