-
Notifications
You must be signed in to change notification settings - Fork 247
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
Segmentation fault with CPython 3.13 (indygreg build) on MacOS 14.6.1 #1548
Comments
Alexis-D
changed the title
Segmentation fault with CPython 3.13 (indigreg build) on MacOS 14.6.1
Segmentation fault with CPython 3.13 (indygreg build) on MacOS 14.6.1
Nov 21, 2024
|
Thanks for the report. It is known that PyO3 0.22 is not compatible with the free-threaded build of 3.13, but the defence was broken until 0.22.6 patch release. I have opened #1550 which we can ship in the next patch, which will prevent the error. Very soon (probably next week) I plan to bump to PyO3 0.23 which fully supports the free-threaded build. |
Great, thanks @davidhewitt! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original context: spotDL/spotify-downloader#2240
Repro: using
rye
:repro
project:pydantic_core
:Notes
rye
uses those CPython builds: https://github.com/indygreg/python-build-standalonepydantic_core
/indigreg's builds. So it is possible this ticket should be redirected to one of those other projects, I am not just to sure where to debug from there.The text was updated successfully, but these errors were encountered: