]> granicus.if.org Git - python/commit
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Sep 2015 19:41:04 +0000 (22:41 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Sep 2015 19:41:04 +0000 (22:41 +0300)
commit9df7035f5b1dd7e77227be13591f4d07518b07ce
treea269001ae98f3c4a661afcda6e27af1e230a206d
parentadbb4d8de7df1c12347534cda46a6d902a878892
parent3b1bc7828dff9c58031f60f9d603ca78cbba96ea
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.
Misc/ACKS
Misc/NEWS