Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Added additional tests for expat parser attributes.
Based on patch by John Leitch.
diff --git a/Misc/ACKS b/Misc/ACKS
index 88e55e0..84fd499 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -807,6 +807,7 @@
Robert Lehmann
Petri Lehtinen
Luke Kenneth Casson Leighton
+John Leitch
Tshepang Lekhonkhobe
Marc-André Lemburg
Mateusz Lenik
diff --git a/Misc/NEWS b/Misc/NEWS
index ac0541b..ec450ff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,9 @@
Library
-------
+- Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
+ Based on patch by John Leitch.
+
- Issue #24917: time_strftime() buffer over-read.
- Issue #23144: Make sure that HTMLParser.feed() returns all the data, even