diff options
author | Max BĂ©langer <aeromax@gmail.com> | 2018-11-02 02:49:46 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2018-11-02 02:49:46 (GMT) |
commit | 318ab63c01f5b8e7562b122ab5ba01258a51277b (patch) | |
tree | cb35c99e2c5db9b7b663df9f1c6bddc1fc91f0e2 /Misc | |
parent | dce345c51abd5081679a487315fb47efddc54cdb (diff) | |
download | cpython-318ab63c01f5b8e7562b122ab5ba01258a51277b.zip cpython-318ab63c01f5b8e7562b122ab5ba01258a51277b.tar.gz cpython-318ab63c01f5b8e7562b122ab5ba01258a51277b.tar.bz2 |
closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10289)
This could cause compile errors on macOS or other platforms.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2018-11-01-15-01-23.bpo-35139.XZTttb.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2018-11-01-15-01-23.bpo-35139.XZTttb.rst b/Misc/NEWS.d/next/Build/2018-11-01-15-01-23.bpo-35139.XZTttb.rst new file mode 100644 index 0000000..aa65088 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2018-11-01-15-01-23.bpo-35139.XZTttb.rst @@ -0,0 +1 @@ +Fix a compiler error when statically linking `pyexpat` in `Modules/Setup`. |