Files
cpython/Include
Victor Stinner 920cb647ba 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
2020-10-26 19:19:36 +01:00
..
2020-10-12 12:10:42 -07:00
2020-10-05 21:16:35 +01:00
2019-08-23 16:39:09 +01:00