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

Update patch for ax_c_float_words_bigendian.m4 #34

Merged

Conversation

hoodmane
Copy link
Contributor

@hoodmane hoodmane commented Nov 11, 2024

The original patch:
autoconf-archive/autoconf-archive#279 broke endianness detection on Emscripten. This was fixed in this followup: autoconf-archive/autoconf-archive#316

We also have worked around the problem by adjusting configure.ac in the Python repo to handle this case:
python/cpython#126387
But it's useful for us to use the upstream autoconf-archive detection so that we can be completely sure that the fix works in practice.

cc @erlend-aasland

The original patch:
autoconf-archive/autoconf-archive#279
broke endianness detection on Emscripten. This was fixed in this followup:
autoconf-archive/autoconf-archive#316

We also have worked around the problem by adjusting `configure.ac` in the Python
repo to handle this case:
python/cpython#126387
But it's useful for us to use the upstream autoconf-archive detection so that we
can be completely sure that the fix works in practice.
@hoodmane
Copy link
Contributor Author

Apologies for the double post (with #33).

Copy link
Collaborator

@erlend-aasland erlend-aasland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@erlend-aasland erlend-aasland merged commit e3aa23c into python:main Nov 11, 2024
@erlend-aasland
Copy link
Collaborator

FTR, I started a new release: https://github.com/python/cpython-devcontainers/actions/runs/11786316759
As soon as the release has been pushed to the registry, we can update the CPython repo.

hoodmane added a commit to hoodmane/cpython that referenced this pull request Nov 12, 2024
…nf-archive

Pulls in the updated docker container from this PR:
python/cpython-devcontainers#34
which contains the autoconf-archive PR:
autoconf-archive/autoconf-archive#316

I removed the workaround from configure.ac, regenerated everything, and manually
tested that the fix works.
hoodmane added a commit to hoodmane/cpython that referenced this pull request Nov 13, 2024
…nf-archive

Pulls in the updated docker container from this PR:
python/cpython-devcontainers#34
which contains the autoconf-archive PR:
autoconf-archive/autoconf-archive#316

I removed the workaround from configure.ac, regenerated everything, and manually
tested that the fix works.
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.

2 participants