summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2023-06-09 16:55:53 (GMT)
committerGitHub <noreply@github.com>2023-06-09 16:55:53 (GMT)
commit6c832ddcf28187f86100c790afb16a0223d945d0 (patch)
tree3e14bfd84d0a54a9c1c4c505c75969211acd4eac /Misc/NEWS.d/next
parentd7f46bcd989580340675bf0a9fdbfa1505a37e81 (diff)
downloadcpython-6c832ddcf28187f86100c790afb16a0223d945d0.zip
cpython-6c832ddcf28187f86100c790afb16a0223d945d0.tar.gz
cpython-6c832ddcf28187f86100c790afb16a0223d945d0.tar.bz2
gh-105375: Improve error handling in compiler_enter_scope() (#105494)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-06-08-09-54-37.gh-issue-105375.kqKT3E.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-06-08-09-54-37.gh-issue-105375.kqKT3E.rst b/Misc/NEWS.d/next/Core and Builtins/2023-06-08-09-54-37.gh-issue-105375.kqKT3E.rst
new file mode 100644
index 0000000..b4d3a1a
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-06-08-09-54-37.gh-issue-105375.kqKT3E.rst
@@ -0,0 +1 @@
+Fix bug in the compiler where an exception could end up being overwritten.