https://github.com/python/cpython/commit/87f51a2609b05bbf988626d8f7489958079e6303 commit: 87f51a2609b05bbf988626d8f7489958079e6303 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s <[email protected]> date: 2024-09-24T09:35:18-07:00 summary:
[3.13] gh-108219: Add credits to the free-threading entry in What's New (GH-123802) (#123847) gh-108219: Add credits to the free-threading entry in What's New (GH-123802) (cherry picked from commit aa3f11f80a644dac7184e8546ddfcc9b68be364c) Co-authored-by: Donghee Na <[email protected]> Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Itamar Oren <[email protected]> files: M Doc/whatsnew/3.13.rst diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 6cd00f3718feb9..35546a8288a5d7 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -351,6 +351,16 @@ 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 was made possible thanks to many individuals and +organizations, including the large community of contributors to Python +and third-party projects to test and enable free-threading support. +Notable contributors include: +Sam Gross, Ken Jin, Donghee Na, Itamar Oren, Matt Page, Brett Simmers, +Dino Viehland, Carl Meyer, Nathan Goldbaum, Ralf Gommers, +Lysandros Nikolaou, and many others. +Many of these contributors are employed by Meta, which has +provided significant engineering resources to support this project. + .. seealso:: :pep:`703` "Making the Global Interpreter Lock Optional in CPython" _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
