]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-127945: Update What's New in Python 3.14 for free-threaded ctypes (#134332)
authorKumar Aditya <kumaraditya@python.org>
Tue, 20 May 2025 16:57:23 +0000 (22:27 +0530)
committerGitHub <noreply@github.com>
Tue, 20 May 2025 16:57:23 +0000 (22:27 +0530)
Doc/whatsnew/3.14.rst

index 604f3365ebffcc31bdc8107916e109f77091ea79..88e52015bdc2b18e5c464cbfff8a2fd6a6c7e139 100644 (file)
@@ -1200,6 +1200,9 @@ ctypes
   making it a :term:`generic type`.
   (Contributed by Brian Schubert in :gh:`132168`.)
 
+* :mod:`ctypes` now supports :term:`free-threading builds <free threading>`.
+  (Contributed by Kumar Aditya and Peter Bierma in :gh:`127945`.)
+
 curses
 ------