]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42157: Convert unicodedata.UCD to heap type (GH-22991)
authorVictor Stinner <vstinner@python.org>
Mon, 26 Oct 2020 22:19:22 +0000 (23:19 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Oct 2020 22:19:22 +0000 (23:19 +0100)
commitc8c4200b65b2159bbb13cee10d67dfb3676fef26
treef34af496fa9843ccc7b1bc596e26b8adf000fe1d
parent920cb647ba23feab7987d0dac1bd63bfc2ffc4c0
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>
Misc/NEWS.d/next/Library/2020-10-26-19-08-07.bpo-42157.Bdpa04.rst [new file with mode: 0644]
Modules/_abc.c
Modules/unicodedata.c