You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Freethreaded CPython builds can cause issues e.g. pydantic/pydantic-core#1548 that don't happen with the regular builds.
Would it make sense to download non-freethreaded builds by default (and maybe let folks opt into freethreaded builds, e.g. by requesting a 3.13.0t build rather than a 3.13.0)?
The text was updated successfully, but these errors were encountered:
e.g.
rye/rye/src/sources/generated/python_downloads.inc
Lines 104 to 108 in 7b8b101
It's unclear whether this was intended as this was introduced automatically by #1406. Per https://docs.python.org/3/whatsnew/3.13.html "support for running in a free-threaded mode" is "experimental".
Freethreaded CPython builds can cause issues e.g. pydantic/pydantic-core#1548 that don't happen with the regular builds.
Would it make sense to download non-freethreaded builds by default (and maybe let folks opt into freethreaded builds, e.g. by requesting a
3.13.0t
build rather than a3.13.0
)?The text was updated successfully, but these errors were encountered: