Skip to content

Commit dd6594d

Browse files
benjaminplisroach
authored andcommitted
Put pyexpatns.h include back. bpo-37437 (pythonGH-14539)
1 parent 51db1ad commit dd6594d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Modules/expat/expat_external.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
# endif
8282
#endif /* not defined XMLCALL */
8383

84+
/* Namespace external symbols to allow multiple libexpat version to
85+
co-exist. */
86+
#include "pyexpatns.h"
87+
8488

8589
#if !defined(XML_STATIC) && !defined(XMLIMPORT)
8690
# ifndef XML_BUILDING_EXPAT

0 commit comments

Comments
 (0)