Message243450
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. |
|
Date |
User |
Action |
Args |
2015-05-18 03:00:00 | martin.panter | set | recipients:
+ 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:00 | martin.panter | set | messageid: <1431918000.07.0.552350837604.issue17239@psf.upfronthosting.co.za> |
2015-05-18 03:00:00 | martin.panter | link | issue17239 messages |
2015-05-18 02:59:59 | martin.panter | create | |
|