]> granicus.if.org Git - python/commit
[3.6] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-6026)....
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 11 Mar 2018 08:21:13 +0000 (00:21 -0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Mar 2018 08:21:13 +0000 (10:21 +0200)
commit20ac11a9fb027f183914bbaaaed091b57c882e54
tree1ef4ea3f3f43039ec2c34d69dee395fe06e90062
parent3f439d14ad48f5d4f6017fc814326fb1f6237b53
[3.6] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-6026). (GH-6074) (GH-6075)

(cherry picked from commit 26c9f565d016db21257a60d29ab2c99383dd5ac7)
(cherry picked from commit 04aadf23eac51fec2e436c5960c1362bbb7d03de)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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