[Python-checkins] Put pyexpatns.h include back. bpo-37437 (GH-14539)

Benjamin Peterson webhook-mailer at python.org
Tue Jul 2 01:07:49 EDT 2019


https://github.com/python/cpython/commit/2cd07920bb7d2d319999394092190f37935dc421
commit: 2cd07920bb7d2d319999394092190f37935dc421
branch: master
author: Benjamin Peterson <benjamin at python.org>
committer: GitHub <noreply at github.com>
date: 2019-07-01T22:07:44-07:00
summary:

Put pyexpatns.h include back. bpo-37437 (GH-14539)

files:
M Modules/expat/expat_external.h

diff --git a/Modules/expat/expat_external.h b/Modules/expat/expat_external.h
index 875225d77e50..fc63c2228d3e 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



More information about the Python-checkins mailing list