From 920cb647ba23feab7987d0dac1bd63bfc2ffc4c0 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 26 Oct 2020 19:19:36 +0100 Subject: bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) * UCD_Check() uses PyModule_Check() * Simplify the internal _PyUnicode_Name_CAPI structure: * Remove size and state members * Remove state and self parameters of getcode() and getname() functions * Remove global_module_state --- Doc/whatsnew/3.10.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Doc/whatsnew') diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 581d3a57e8..2ef2b5d19e 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -408,10 +408,8 @@ Porting to Python 3.10 (Contributed by Inada Naoki in :issue:`36346`.) * The private ``_PyUnicode_Name_CAPI`` structure of the PyCapsule API - ``unicodedata.ucnhash_CAPI`` moves to the internal C API. Moreover, - the structure gets a new ``state`` member which must be passed to the - ``getcode()`` and ``getname()`` functions. - (Contributed by Victor Stinner in :issue:`1635741`.) + ``unicodedata.ucnhash_CAPI`` moves to the internal C API. + (Contributed by Victor Stinner in :issue:`42157`.) Deprecated ---------- -- cgit v1.2.1