summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-03-11 06:32:47 (GMT)
committerGitHub <noreply@github.com>2018-03-11 06:32:47 (GMT)
commit26c9f565d016db21257a60d29ab2c99383dd5ac7 (patch)
treefaaef311a9bfff6549d59eb6149d562c22eab01c /Misc/NEWS.d
parent51302a5fcc557e6afc0bf1e3b371f5f37c76dc77 (diff)
downloadcpython-26c9f565d016db21257a60d29ab2c99383dd5ac7.zip
cpython-26c9f565d016db21257a60d29ab2c99383dd5ac7.tar.gz
cpython-26c9f565d016db21257a60d29ab2c99383dd5ac7.tar.bz2
bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2018-03-08-09-48-38.bpo-33026.QZA3Ba.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-03-08-09-48-38.bpo-33026.QZA3Ba.rst b/Misc/NEWS.d/next/Core and Builtins/2018-03-08-09-48-38.bpo-33026.QZA3Ba.rst
new file mode 100644
index 0000000..dc166d1
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2018-03-08-09-48-38.bpo-33026.QZA3Ba.rst
@@ -0,0 +1 @@
+Fixed jumping out of "with" block by setting f_lineno.