Skip to content
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

bpo-45800: Move pyexpat build setup into configure (GH-29547) #29547

Merged
merged 2 commits into from
Nov 14, 2021

Conversation

tiran
Copy link
Member

@tiran tiran commented Nov 13, 2021

Settings for :mod:pyexpat C extension are now detected by configure.
The bundled expat library is built in Makefile.

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue45800

Settings for :mod:`pyexpat` C extension are now detected by ``configure``.
The bundled ``expat`` library is built in ``Makefile``.

Signed-off-by: Christian Heimes <christian@python.org>
@tiran tiran added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Nov 13, 2021
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @tiran for commit 8a08e7b 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Nov 13, 2021
Signed-off-by: Christian Heimes <christian@python.org>
@tiran tiran added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Nov 13, 2021
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @tiran for commit 66065af 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Nov 13, 2021
@tiran tiran changed the title bpo-45800: Move pyexpat build setup into configure bpo-45800: Move pyexpat build setup into configure (GH-29547) Nov 14, 2021
@tiran tiran merged commit 464e661 into python:main Nov 14, 2021
@tiran tiran deleted the configure_expat branch November 14, 2021 09:02
remykarem pushed a commit to remykarem/cpython that referenced this pull request Dec 7, 2021
Settings for :mod:`pyexpat` C extension are now detected by ``configure``.
The bundled ``expat`` library is built in ``Makefile``.

Signed-off-by: Christian Heimes <christian@python.org>
remykarem pushed a commit to remykarem/cpython that referenced this pull request Jan 30, 2022
Settings for :mod:`pyexpat` C extension are now detected by ``configure``.
The bundled ``expat`` library is built in ``Makefile``.

Signed-off-by: Christian Heimes <christian@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants