◐ Shell
clean mode source ↗

[3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events by xdegaye · Pull Request #5928 · python/cpython

@xdegaye

serhiy-storchaka

Fix also a bug in the previous implementation of the PR where
jumpFrom/jumpTo were systematically incremented by 1 by the
jump_test() decorator without taking into account that
JumpTracer allows now jumpFrom/jumpTo from within nested
functions.

@xdegaye

serhiy-storchaka

@xdegaye

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 13, 2018
…ents. (pythonGH-5928)

(cherry picked from commit e32bbaf)

Co-authored-by: xdegaye <xdegaye@gmail.com>

miss-islington added a commit that referenced this pull request

Mar 13, 2018
…ents. (GH-5928)

(cherry picked from commit e32bbaf)

Co-authored-by: xdegaye <xdegaye@gmail.com>