From: Serhiy Storchaka Date: Mon, 7 Sep 2015 19:38:34 +0000 (+0300) Subject: Issue #25019: Fixed a crash caused by setting non-string key of expat parser. X-Git-Tag: v3.5.1rc1~425 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b1bc7828dff9c58031f60f9d603ca78cbba96ea;p=python 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. --- 3b1bc7828dff9c58031f60f9d603ca78cbba96ea diff --cc Misc/NEWS index f776bf42d8,ec450ff2f3..8b4c8594d7 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -11,12 -10,6 +11,15 @@@ Release date: TB Core and Builtins ----------------- +Library +------- + ++- Issue #25019: Fixed a crash caused by setting non-string key of expat parser. ++ Based on patch by John Leitch. ++ +- Issue #16180: Exit pdb if file has syntax error, instead of trapping user + in an infinite loop. Patch by Xavier de Gaye. + - Issue #24891: Fix a race condition at Python startup if the file descriptor of stdin (0), stdout (1) or stderr (2) is closed while Python is creating sys.stdin, sys.stdout and sys.stderr objects. These attributes are now set