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

Miss Islington (bot) webhook-mailer at python.org
Tue Jul 2 01:29:09 EDT 2019


https://github.com/python/cpython/commit/f3130fab9c5cbc7125695dbd66cdc2fd76e20093
commit: f3130fab9c5cbc7125695dbd66cdc2fd76e20093
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-07-01T22:29:05-07:00
summary:

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

(cherry picked from commit 2cd07920bb7d2d319999394092190f37935dc421)

Co-authored-by: Benjamin Peterson <benjamin at python.org>

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