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 V
Victor Stinner committed
920cb647ba23feab7987d0dac1bd63bfc2ffc4c0
Parent: 8374d2e
Committed by GitHub <noreply@github.com>
on 10/26/2020, 6:19:36 PM