-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-126623: Update libexpat to 2.6.4, make future updates easier #126792
Conversation
97d863d
to
278df3c
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 for sed
.
278df3c
to
1e8a6fb
Compare
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 commit 3c9996909402fadc98e6ca2a64e75a71a7427352) Co-authored-by: Seth Michael Larson <[email protected]>
GH-126796 is a backport of this pull request to the 3.13 branch. |
…pythonGH-126792) Update libexpat to 2.6.4, make future updates easier. (cherry picked from commit 3c99969) Co-authored-by: Seth Michael Larson <[email protected]>
GH-126797 is a backport of this pull request to the 3.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 commit 3c99969) Co-authored-by: Seth Michael Larson <[email protected]>
GH-126798 is a backport of this pull request to the 3.11 branch. |
… easier (pythonGH-126792) Update libexpat to 2.6.4, make future updates easier. (cherry picked from commit 3c99969) Co-authored-by: Seth Michael Larson <[email protected]>
GH-126799 is a backport of this pull request to the 3.10 branch. |
…easier (pythonGH-126792) Update libexpat to 2.6.4, make future updates easier. (cherry picked from commit 3c99969) Co-authored-by: Seth Michael Larson <[email protected]>
GH-126800 is a backport of this pull request to the 3.9 branch. |
…easier (pythonGH-126792) Update libexpat to 2.6.4, make future updates easier. (cherry picked from commit 3c99969) Co-authored-by: Seth Michael Larson <[email protected]>
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