]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-108219: Add credits to the free-threading entry in What's New (GH-123802...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Sep 2024 16:35:18 +0000 (18:35 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 16:35:18 +0000 (09:35 -0700)
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 <donghee.na@python.org>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Itamar Oren <itamarost@gmail.com>
Doc/whatsnew/3.13.rst

index 6cd00f3718feb9d03c0b8fb6e549c4ef0034722d..35546a8288a5d71dcf72c92a0ea71a269d3f83f8 100644 (file)
@@ -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"