]> granicus.if.org Git - python/commit
[3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-5928)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Mar 2018 10:12:16 +0000 (03:12 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Mar 2018 10:12:16 +0000 (03:12 -0700)
commitcf61a81f1d600064be6dd43896afcf5f976de9b0
treed414fc7e4dddc5bd5df017f1b6ce300899016fcc
parent6a526f673878677032c02f7800ee13d4769f391a
[3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-5928)

(cherry picked from commit e32bbaf376a09c149fa7c7f2919d7c9ce4e2a055)

Co-authored-by: xdegaye <xdegaye@gmail.com>
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2018-02-27-13-36-21.bpo-17288.Gdj24S.rst [new file with mode: 0644]
Objects/frameobject.c