]> granicus.if.org Git - python/commit
bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Mar 2018 06:32:47 +0000 (08:32 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Mar 2018 06:32:47 +0000 (08:32 +0200)
commit26c9f565d016db21257a60d29ab2c99383dd5ac7
treefaaef311a9bfff6549d59eb6149d562c22eab01c
parent51302a5fcc557e6afc0bf1e3b371f5f37c76dc77
bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2018-03-08-09-48-38.bpo-33026.QZA3Ba.rst [new file with mode: 0644]
Objects/frameobject.c