This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients amaury.forgeotdarc, christian.heimes, kristjan.jonsson, ncoghlan, serhiy.storchaka, vstinner
Date 2013-06-13.12:15:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371125718.17.0.452649853096.issue18203@psf.upfronthosting.co.za>
In-reply-to
Content
expat has a XML_Memory_Handling_Suite. You just have to replace XML_ParserCreate() and XML_ParserCreateNS with XML_ParserCreate_MM().
History
Date User Action Args
2013-06-13 12:15:18christian.heimessetrecipients: + christian.heimes, amaury.forgeotdarc, ncoghlan, kristjan.jonsson, vstinner, serhiy.storchaka
2013-06-13 12:15:18christian.heimessetmessageid: <1371125718.17.0.452649853096.issue18203@psf.upfronthosting.co.za>
2013-06-13 12:15:18christian.heimeslinkissue18203 messages
2013-06-13 12:15:18christian.heimescreate