Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6edd82a + 091d017 commit e9e8907Copy full SHA for e9e8907
2 files changed
Misc/NEWS
@@ -24,6 +24,8 @@ Core and Builtins
24
Library
25
-------
26
27
+- Issue #19186: Restore namespacing of expat symbols inside the pyexpat module.
28
+
29
- Issue #20053: ensurepip (and hence venv) are no longer affected by the
30
settings in the default pip configuration file.
31
Modules/expat/expat_external.h
@@ -7,6 +7,10 @@
7
8
/* External API definitions */
9
10
+/* Namespace external symbols to allow multiple libexpat version to
11
+ co-exist. */
12
+#include "pyexpatns.h"
13
14
#if defined(_MSC_EXTENSIONS) && !defined(__BEOS__) && !defined(__CYGWIN__)
15
#define XML_USE_MSC_EXTENSIONS 1
16
#endif
0 commit comments