summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-10-26-19-08-07.bpo-42157.Bdpa04.rst
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.