commit | 920cb647ba23feab7987d0dac1bd63bfc2ffc4c0 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Oct 26 19:19:36 2020 +0100 |
committer | GitHub <noreply@github.com> | Mon Oct 26 19:19:36 2020 +0100 |
tree | 9ce3f058110f5fef8469d7a4421adc7d66fe85a8 | |
parent | 8374d2ee1589791be8892b00f4bbf8121dde24bd [diff] |
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