]> granicus.if.org Git - python/commit
[3.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-6026)....
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Mar 2018 07:30:13 +0000 (09:30 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Mar 2018 07:30:13 +0000 (09:30 +0200)
commit04aadf23eac51fec2e436c5960c1362bbb7d03de
treea956b67022abd2203fe8e1e7cce0604902ed638d
parent39441fce0218a3f51a80cf17aa179a32651a02f6
[3.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-6026). (#6074)

(cherry picked from commit 26c9f565d016db21257a60d29ab2c99383dd5ac7)

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