summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>2022-05-12 21:41:34 (GMT)
committerGitHub <noreply@github.com>2022-05-12 21:41:34 (GMT)
commit801f77119da98df9d18a2a0904c1e8dc2e2f217f (patch)
treea551531afc75a49027fa286f7fb4f858ef6ee7bc /Misc
parentf6bd1bd19a3ec270cfe552e40dfd462a7f28492e (diff)
downloadcpython-801f77119da98df9d18a2a0904c1e8dc2e2f217f.zip
cpython-801f77119da98df9d18a2a0904c1e8dc2e2f217f.tar.gz
cpython-801f77119da98df9d18a2a0904c1e8dc2e2f217f.tar.bz2
[3.9] gh-92311: Let frame_setlineno jump over listcomps (#92740)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-05-12-18-59-27.gh-issue-92311.VEgtts.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-05-12-18-59-27.gh-issue-92311.VEgtts.rst b/Misc/NEWS.d/next/Core and Builtins/2022-05-12-18-59-27.gh-issue-92311.VEgtts.rst
new file mode 100644
index 0000000..b800def
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-05-12-18-59-27.gh-issue-92311.VEgtts.rst
@@ -0,0 +1 @@
+Fixed a bug where setting ``frame.f_lineno`` to jump over a list comprehension could misbehave or crash.