Skip to content

Commit 0e67052

Browse files
committed
Add NEWS entry for pyexpat re-entrant fix
1 parent c924f57 commit 0e67052

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

Misc/NEWS.d/next/Library/2026-03-19-10-30-20.gh-issue-146169.NXUmTH.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Prevent re-entrant calls to ``Parse()`` from within expat handlers,
2+
which could cause a crash. Now raises :exc:`RuntimeError` when such a
3+
call is attempted.

0 commit comments

Comments
 (0)