Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
gh-108219: Add credits to free-threading project#123802
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 ourterms of service andprivacy 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 from5 commits
8dade83
c577402
fe2f028
c45cdfb
9929867
d900780
33be59e
79ec285
File 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 |
---|---|---|
@@ -354,6 +354,13 @@ disabled with the :envvar:`PYTHON_GIL` environment variable or the | ||
pip 24.1 or newer is required to install packages with C extensions in the | ||
free-threaded build. | ||
This work is thanks to many people and organisations, including the large community of contributors | ||
to Python and third party projects to test and enable free-threading support. | ||
corona10 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
This includes, but is not limited to: | ||
Sam Gross, Ken Jin, Donghee Na, Itamar Oren, Matt Page, Brett Simmers, and Dino Viehland. | ||
Many of these contributors are employed by Meta Inc, | ||
corona10 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
which has provided significant manpower to support this project. | ||
corona10 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
.. seealso:: | ||
:pep:`703` "Making the Global Interpreter Lock Optional in CPython" | ||
Uh oh!
There was an error while loading.Please reload this page.