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

Fix lxml crashing #19598

Merged
merged 1 commit into from
Jan 2, 2024
Merged

Fix lxml crashing #19598

merged 1 commit into from
Jan 2, 2024

Conversation

lazka
Copy link
Member

@lazka lazka commented Jan 2, 2024

the build options forcing cython to run were no longer passed to setup.py which meant the cython patch preventing a crash was no longer included in the compiled C code, which re-surfaced crashes in the meson test suite for example.

the build options forcing cythin to run were no longer passed to
setup.py which meant the cython patch preventing a crash was no longer
included in the compiled C code, which re-surfaced crashes in the
meson test sutei for example.
@lazka lazka merged commit 405ce80 into msys2:master Jan 2, 2024
8 checks passed
@eli-schwartz
Copy link

Yay, and of course the terrible setuptools PEP517 build layer just says nothing whatsoever about this when you get it wrong?

@lazka
Copy link
Member Author

lazka commented Jan 2, 2024

Yeah, I think it just ignores unknown options.

edit: maybe something which should be reported with setuptools

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