diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-02-14 22:14:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 22:14:34 (GMT) |
commit | 14930acf5ae0f957af2a84fe09672bd7826d9b9c (patch) | |
tree | 8f625924873a7d9955ab350abd0752af2118cbda /Modules/expat/expat_config.h | |
parent | 50f17a5a0a95bae98fefa84a56f42aa62e9c15eb (diff) | |
download | cpython-14930acf5ae0f957af2a84fe09672bd7826d9b9c.zip cpython-14930acf5ae0f957af2a84fe09672bd7826d9b9c.tar.gz cpython-14930acf5ae0f957af2a84fe09672bd7826d9b9c.tar.bz2 |
[3.12] gh-115399: Upgrade bundled libexpat to 2.6.0 (GH-115431) (#115469)
gh-115399: Upgrade bundled libexpat to 2.6.0 (GH-115431)
(cherry picked from commit 4b2d1786ccf913bc80ff571c32b196be1543ca54)
Co-authored-by: Seth Michael Larson <seth@python.org>
Diffstat (limited to 'Modules/expat/expat_config.h')
-rw-r--r-- | Modules/expat/expat_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/expat/expat_config.h b/Modules/expat/expat_config.h index 6671f7b..e7d9499 100644 --- a/Modules/expat/expat_config.h +++ b/Modules/expat/expat_config.h @@ -16,6 +16,7 @@ #define XML_NS 1 #define XML_DTD 1 +#define XML_GE 1 #define XML_CONTEXT_BYTES 1024 // bpo-30947: Python uses best available entropy sources to |