summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-12-23-13-10-42.gh-issue-111784.Nb4L1j.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2023-12-23-13-10-42.gh-issue-111784.Nb4L1j.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2023-12-23-13-10-42.gh-issue-111784.Nb4L1j.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-12-23-13-10-42.gh-issue-111784.Nb4L1j.rst b/Misc/NEWS.d/next/Library/2023-12-23-13-10-42.gh-issue-111784.Nb4L1j.rst
deleted file mode 100644
index 51ac075..0000000
--- a/Misc/NEWS.d/next/Library/2023-12-23-13-10-42.gh-issue-111784.Nb4L1j.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Fix segfaults in the ``_elementtree`` module.
-Fix first segfault during deallocation of ``_elementtree.XMLParser`` instances by keeping strong reference
-to ``pyexpat`` module in module state for capsule lifetime.
-Fix second segfault which happens in the same deallocation process by keeping strong reference
-to ``_elementtree`` module in ``XMLParser`` structure for ``_elementtree`` module lifetime.