-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-35139: The pyexpat
module's macros in Modules/Setup
now matches setup.py
#10289
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
Conversation
… `setup.py` This could cause compile errors on macOS or other platforms.
Thanks @maxbelanger for the PR, and @benjaminp for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
GH-10291 is a backport of this pull request to the 3.7 branch. |
…w match `setup.py` (pythonGH-10289) This could cause compile errors on macOS or other platforms. (cherry picked from commit 318ab63) Co-authored-by: Max Bélanger <aeromax@gmail.com>
GH-10292 is a backport of this pull request to the 3.6 branch. |
Sorry, @maxbelanger and @benjaminp, I could not cleanly backport this to |
…w match `setup.py` (pythonGH-10289) This could cause compile errors on macOS or other platforms. (cherry picked from commit 318ab63) Co-authored-by: Max Bélanger <aeromax@gmail.com>
GH-10293 is a backport of this pull request to the 2.7 branch. |
This could cause compile errors on macOS or other platforms.
https://bugs.python.org/issue35139