]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-127945: Update What's New in Python 3.14 for free-threaded ctypes (GH-13433...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 May 2025 17:02:55 +0000 (19:02 +0200)
committerGitHub <noreply@github.com>
Tue, 20 May 2025 17:02:55 +0000 (17:02 +0000)
gh-127945: Update What's New in Python 3.14 for free-threaded ctypes (GH-134332)
(cherry picked from commit b430e92dd80105e97b945a78a48bce13564bf843)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
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
 ------