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

BUG: crash on Python 3.13 (free-threading flavor) #233

Closed
neutrinoceros opened this issue May 15, 2024 · 1 comment · Fixed by #234
Closed

BUG: crash on Python 3.13 (free-threading flavor) #233

neutrinoceros opened this issue May 15, 2024 · 1 comment · Fixed by #234
Labels
bug Something isn't working

Comments

@neutrinoceros
Copy link
Owner

3 tests fail on this build, seemingly for the same reason that getattr(math, "__file__", None) return some falsy value (supposedly None)
xref: #232

I wasn't able to reproduce this behavior locally using a free-threading build obtained as

PYTHON_CONFIGURE_OPTS='--disable-gil' pyenv install 3.13.0b1

so I conclude that this may be an issue specifically with the deadsnakes build. Since I couldn't find an issue tracker for it and it's very new anyway, I'll merge #232 and re-assess in a couple weeks to months. I expect the problem will go away "by itself" either in deadsnakes or when this build is supported in the setup-python action.

@neutrinoceros
Copy link
Owner Author

Turns out this is actually a bug in wxc.
xref deadsnakes/issues#287

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant