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 yilei
Recipients yilei
Date 2022-02-17.23:35:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645140945.97.0.0561003008604.issue46784@roundup.psfhosted.org>
In-reply-to
Content
The libexpat 2.4.1 upgrade from https://bugs.python.org/issue44394 introduced the following new exported symbols:

testingAccountingGetCountBytesDirect
testingAccountingGetCountBytesIndirect
unsignedCharToPrintable
XML_SetBillionLaughsAttackProtectionActivationThreshold
XML_SetBillionLaughsAttackProtectionMaximumAmplification

We need to adjust Modules/expat/pyexpatns.h

(The newer libexpat upgrade https://bugs.python.org/issue46400 has no new symbols).

I'll send a PR.
History
Date User Action Args
2022-02-17 23:35:46yileisetrecipients: + yilei
2022-02-17 23:35:45yileisetmessageid: <1645140945.97.0.0561003008604.issue46784@roundup.psfhosted.org>
2022-02-17 23:35:45yileilinkissue46784 messages
2022-02-17 23:35:45yileicreate