diff options
author | Donghee Na <donghee.na@python.org> | 2024-09-08 20:20:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-08 20:20:15 (GMT) |
commit | aa3f11f80a644dac7184e8546ddfcc9b68be364c (patch) | |
tree | 04dfed9ebffb41a5f64662fcfd057065afffe357 | |
parent | 8ef8354ef15e00d484ac2ded9442b789c24b11e0 (diff) | |
download | cpython-aa3f11f80a644dac7184e8546ddfcc9b68be364c.zip cpython-aa3f11f80a644dac7184e8546ddfcc9b68be364c.tar.gz cpython-aa3f11f80a644dac7184e8546ddfcc9b68be364c.tar.bz2 |
gh-108219: Add credits to the free-threading entry in What's New (#123802)
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>
-rw-r--r-- | Doc/whatsnew/3.13.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 7075392..f10376e 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -354,6 +354,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" |