]> 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:38:34 +0000 (22:38 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Sep 2015 19:38:34 +0000 (22:38 +0300)
commit3b1bc7828dff9c58031f60f9d603ca78cbba96ea
tree9e68eff4768bcdb358fc21ac36998cf7bb4fbff2
parentae0d7527f359e83a86c996ab439c374afca7e8bc
parent931331a328d522bb014f9e9c13884d7566108268
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.
Lib/test/test_pyexpat.py
Misc/ACKS
Misc/NEWS
Modules/pyexpat.c