mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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.
This commit is contained in:
parent
519a342d79
commit
02ff6a9952
5 changed files with 59 additions and 12 deletions
|
@ -57,7 +57,7 @@ no_pop_tops.events = [(0, 'call'),
|
|||
(3, 'line'),
|
||||
(4, 'line'),
|
||||
(2, 'line'),
|
||||
(6, 'return')]
|
||||
(2, 'return')]
|
||||
|
||||
def no_pop_blocks():
|
||||
while 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue