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 martin.panter
Recipients Arfrever, barry, benjamin.peterson, christian.heimes, djc, eli.bendersky, ezio.melotti, franck, georg.brandl, jwilk, larry, martin.panter, pitrou, rhettinger, rsandwick3, serhiy.storchaka
Date 2015-05-18.02:59:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431918000.07.0.552350837604.issue17239@psf.upfronthosting.co.za>
In-reply-to
Content
I did a rough merge with current “default” (3.5 pre-release) branch so that I can have a closer look at this issue; see xmlbomb_20150518.patch for the result. There are some bits with Argument Clinit that need perfecting:

* Unsure how to convert the ElementTree.XMLParser.__init__() signature (varied depending on XML_BOMB_PROTECTION compile-time flag) to Argument Clinic. So I just hard-coded it as if XML_BOMB_PROTECTION is always enabled. Why do we have to have a variable signature in the first place?

* New pyexpat functions need porting to Argument Clinic.
History
Date User Action Args
2015-05-18 03:00:00martin.pantersetrecipients: + martin.panter, barry, georg.brandl, rhettinger, pitrou, larry, christian.heimes, benjamin.peterson, jwilk, djc, ezio.melotti, Arfrever, eli.bendersky, serhiy.storchaka, franck, rsandwick3
2015-05-18 03:00:00martin.pantersetmessageid: <1431918000.07.0.552350837604.issue17239@psf.upfronthosting.co.za>
2015-05-18 03:00:00martin.panterlinkissue17239 messages
2015-05-18 02:59:59martin.pantercreate