From: Kumar Aditya Date: Tue, 20 May 2025 16:57:23 +0000 (+0530) Subject: gh-127945: Update What's New in Python 3.14 for free-threaded ctypes (#134332) X-Git-Tag: v3.15.0a1~1623 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b430e92dd80105e97b945a78a48bce13564bf843;p=thirdparty%2FPython%2Fcpython.git gh-127945: Update What's New in Python 3.14 for free-threaded ctypes (#134332) --- diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 604f3365ebff..88e52015bdc2 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 `. + (Contributed by Kumar Aditya and Peter Bierma in :gh:`127945`.) + curses ------