blob: 68778906bbbf3664c6653a820bda4a3e038add14 (
plain)
1
2
3
4
|
Convert the :mod:`unicodedata` extension module to the multiphase
initialization API (:pep:`489`) and convert the ``unicodedata.UCD``
static type to a heap type.
Patch by Mohamed Koubaa and Victor Stinner.
|