From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 20 May 2025 17:02:55 +0000 (+0200) Subject: [3.14] gh-127945: Update What's New in Python 3.14 for free-threaded ctypes (GH-13433... X-Git-Tag: v3.14.0b2~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d4b56d2f3501401d7ce86c3fd9002ee878d5a1d;p=thirdparty%2FPython%2Fcpython.git [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 --- 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 ------