From: Benjamin Peterson Date: Tue, 2 Jul 2019 05:07:44 +0000 (-0700) Subject: Put pyexpatns.h include back. bpo-37437 (GH-14539) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cd07920bb7d2d319999394092190f37935dc421;p=python Put pyexpatns.h include back. bpo-37437 (GH-14539) --- diff --git a/Modules/expat/expat_external.h b/Modules/expat/expat_external.h index 875225d77e..fc63c2228d 100644 --- a/Modules/expat/expat_external.h +++ b/Modules/expat/expat_external.h @@ -81,6 +81,10 @@ # endif #endif /* not defined XMLCALL */ +/* Namespace external symbols to allow multiple libexpat version to + co-exist. */ +#include "pyexpatns.h" + #if !defined(XML_STATIC) && !defined(XMLIMPORT) # ifndef XML_BUILDING_EXPAT