From 72c5288a9c4830705f0ca8a674683204b5e720a1 Mon Sep 17 00:00:00 2001 From: Kumar Aditya Date: Tue, 20 May 2025 19:43:09 +0530 Subject: [PATCH] add whatsnew for ctypes --- Doc/whatsnew/3.14.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index b192615e173f11..a5d6727316ae72 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 ------