Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-126623: Update libexpat to 2.6.4, make future updates easier#126792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
97d863d
to278df3c
Compare@@ -40,6 +40,10 @@ | |||
#ifndef Expat_External_INCLUDED | |||
#define Expat_External_INCLUDED 1 | |||
/* Namespace external symbols to allow multiple libexpat version to | |||
co-exist. */ | |||
#include "pyexpatns.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Moved this so we have an easier anchor point forsed
.
278df3c
to1e8a6fb
Compare3c99969
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@sethmlarson for the PR, and@gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10, 3.11, 3.12, 3.13. |
…pythonGH-126792)Update libexpat to 2.6.4, make future updates easier.(cherry picked from commit3c99969)Co-authored-by: Seth Michael Larson <seth@python.org>
GH-126796 is a backport of this pull request to the3.13 branch. |
…pythonGH-126792)Update libexpat to 2.6.4, make future updates easier.(cherry picked from commit3c99969)Co-authored-by: Seth Michael Larson <seth@python.org>
GH-126797 is a backport of this pull request to the3.12 branch. |
Sorry,@sethmlarson and@gpshead, I could not cleanly backport this to
|
Sorry,@sethmlarson and@gpshead, I could not cleanly backport this to
|
Sorry,@sethmlarson and@gpshead, I could not cleanly backport this to
|
… easier (pythonGH-126792)Update libexpat to 2.6.4, make future updates easier.(cherry picked from commit3c99969)Co-authored-by: Seth Michael Larson <seth@python.org>
GH-126798 is a backport of this pull request to the3.11 branch. |
… easier (pythonGH-126792)Update libexpat to 2.6.4, make future updates easier.(cherry picked from commit3c99969)Co-authored-by: Seth Michael Larson <seth@python.org>
GH-126799 is a backport of this pull request to the3.10 branch. |
…easier (pythonGH-126792)Update libexpat to 2.6.4, make future updates easier.(cherry picked from commit3c99969)Co-authored-by: Seth Michael Larson <seth@python.org>
GH-126800 is a backport of this pull request to the3.9 branch. |
…easier (pythonGH-126792)Update libexpat to 2.6.4, make future updates easier.(cherry picked from commit3c99969)Co-authored-by: Seth Michael Larson <seth@python.org>
…GH-126792) (GH-126800)(cherry picked from commit3c99969)
…pythonGH-126792)Update libexpat to 2.6.4, make future updates easier.
…pythonGH-126792)Update libexpat to 2.6.4, make future updates easier.
Uh oh!
There was an error while loading.Please reload this page.
This upgrades libexpat to 2.6.4 but also adds a
refresh.sh
script to make future updates easier. Used therefresh.sh
script for HACL* as a reference. Willing to create the backport PRs myself as this diff won't apply cleanly to 3.11 and earlier.cc@hartwork