summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2023-06-09 20:35:03 (GMT)
committerGitHub <noreply@github.com>2023-06-09 20:35:03 (GMT)
commit00b599ab5a76023fa0083d7cc5d3c569342a5191 (patch)
treea67345324f6bf18e43ba189c4985981cacd82e0f /Misc/NEWS.d/next
parentf668f73bc88cce0112b304d87aa998fb28013c71 (diff)
downloadcpython-00b599ab5a76023fa0083d7cc5d3c569342a5191.zip
cpython-00b599ab5a76023fa0083d7cc5d3c569342a5191.tar.gz
cpython-00b599ab5a76023fa0083d7cc5d3c569342a5191.tar.bz2
gh-105375: Improve error handling in _elementtree (#105591)
Fix bugs where exceptions could end up being overwritten.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2023-06-09-21-25-14.gh-issue-105375.95g1eI.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-06-09-21-25-14.gh-issue-105375.95g1eI.rst b/Misc/NEWS.d/next/Library/2023-06-09-21-25-14.gh-issue-105375.95g1eI.rst
new file mode 100644
index 0000000..1894b2b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-06-09-21-25-14.gh-issue-105375.95g1eI.rst
@@ -0,0 +1 @@
+Fix bugs in :mod:`!_elementtree` where exceptions could be overwritten.