Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 35.2k
gh-121103: Put free-threaded libraries in lib/python3.14t#121293
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
03772aaed2dde76b46646d72fb70432701cFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| On POSIX systems, excluding macOS framework installs, the lib directory | ||
| for the free-threaded build now includes a "t" suffix to avoid conflicts | ||
| with a co-located default build installation. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@colesbury -- would you be able to update the docs for the
sitemodule to reflect these changes to how Python finds thesite-packagesdirectory?(The context is I'm currently working on reimplementing Python's logic here for Astral's work-in-progress type checker. I was reading through the
site.pysource code, and it surprised me to find logic here that wasn't documented!)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the pointer. I put up a PR to update the docs: #122737