Replies: 2 comments
-
It seems it is something with Cython and compilation under 3.14 & musllinux:
Note that PyPA's musllinux container still seems to be running Python 3.14.0b3. Shouldn't it have been updated to 3.14.0b4? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry for the spam, it seems to be a variation of cython/cython#4272. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Not sure if this is an issue in CPython 3.14.0b4, the
musllinux
toolchain, Pytest, Cibuildwheel, or a combination thereof, so thought starting this as a discussion first.Running the following inside falcon's source tree successfully builds the
musllinux
wheel, but then the subsequent attempt to runpytest
ends up in a crash:An example from the CI: https://github.com/falconry/falcon/actions/runs/16298614592/job/46027010425.
(I can reproduce the same issue running cibuildwheel 3.12 on my machine as well.)
The
manylinux
toolchain seems to work fine.Beta Was this translation helpful? Give feedback.
All reactions