mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix *really* embarrassing typo reported by Raymond Hettinger.
This commit is contained in:
parent
fcd7353863
commit
806d1c817a
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ tracer_callback(ProfilerObject *self, PyFrameObject *frame, int what,
|
|||
|
||||
case PyTrace_LINE:
|
||||
if (self->linetimings)
|
||||
return pack_lineno_tdelta(self, frame->f_lineno),
|
||||
return pack_lineno_tdelta(self, frame->f_lineno,
|
||||
get_tdelta(self));
|
||||
else
|
||||
return pack_lineno(self, frame->f_lineno);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue