diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-07-02 05:38:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-02 05:38:31 (GMT) |
commit | 03b01280825871f6a5bb165fe25d412e33751d45 (patch) | |
tree | 6e9f74a28774b904224a2769f9bb1dc78791b586 /Modules | |
parent | da7f6dbbf52fe7074360a9eae918806da60139c5 (diff) | |
download | cpython-03b01280825871f6a5bb165fe25d412e33751d45.zip cpython-03b01280825871f6a5bb165fe25d412e33751d45.tar.gz cpython-03b01280825871f6a5bb165fe25d412e33751d45.tar.bz2 |
Put pyexpatns.h include back. bpo-37437 (GH-14539)
(cherry picked from commit 2cd07920bb7d2d319999394092190f37935dc421)
Co-authored-by: Benjamin Peterson <benjamin@python.org>
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/expat/expat_external.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/expat/expat_external.h b/Modules/expat/expat_external.h index 875225d..fc63c22 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 |