https://github.com/python/cpython/commit/6d4b56d2f3501401d7ce86c3fd9002ee878d5a1d
commit: 6d4b56d2f3501401d7ce86c3fd9002ee878d5a1d
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2025-05-20T17:02:55Z
summary:

[3.14] gh-127945: Update What's New in Python 3.14 for free-threaded ctypes 
(GH-134332) (#134364)

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 <[email protected]>

files:
M Doc/whatsnew/3.14.rst

diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst
index 604f3365ebffcc..88e52015bdc2b1 100644
--- a/Doc/whatsnew/3.14.rst
+++ b/Doc/whatsnew/3.14.rst
@@ -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
 ------
 

_______________________________________________
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]

Reply via email to