From 4f23daaf7233a38e7a340c680e3e045647212efc Mon Sep 17 00:00:00 2001 From: Jeremy Paige Date: Thu, 30 Jun 2022 11:24:05 -0700 Subject: [PATCH] integrate new expat with python --- Modules/expat/pyexpatns.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/expat/pyexpatns.h b/Modules/expat/pyexpatns.h index 999c5c730abd7a..79f08543fc0ffb 100644 --- a/Modules/expat/pyexpatns.h +++ b/Modules/expat/pyexpatns.h @@ -81,6 +81,8 @@ #define XML_ResumeParser PyExpat_XML_ResumeParser #define XML_SetAttlistDeclHandler PyExpat_XML_SetAttlistDeclHandler #define XML_SetBase PyExpat_XML_SetBase +#define XML_SetBillionLaughsAttackProtectionActivationThreshold PyExpat_XML_SetBillionLaughsAttackProtectionActivationThreshold +#define XML_SetBillionLaughsAttackProtectionMaximumAmplification PyExpat_XML_SetBillionLaughsAttackProtectionMaximumAmplification #define XML_SetCdataSectionHandler PyExpat_XML_SetCdataSectionHandler #define XML_SetCharacterDataHandler PyExpat_XML_SetCharacterDataHandler #define XML_SetCommentHandler PyExpat_XML_SetCommentHandler