Files
cpython/Modules
Victor Stinner c8c4200b65 bpo-42157: Convert unicodedata.UCD to heap type (GH-22991)
Convert the unicodedata extension module to the multiphase
initialization API (PEP 489) and convert the unicodedata.UCD static
type to a heap type.

Co-Authored-By: Mohamed Koubaa <koubaa.m@gmail.com>
2020-10-26 23:19:22 +01:00
..
2020-07-26 20:33:00 -03:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.