]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1635741: Add a global module state to unicodedata (GH-22712)
authorVictor Stinner <vstinner@python.org>
Thu, 15 Oct 2020 14:22:19 +0000 (16:22 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Oct 2020 14:22:19 +0000 (16:22 +0200)
commite6b8c5263a7fcf5b95d0fd4c900e5949eeb6630d
treea0aa14e8f6c1da2cf152fd2b8ca178c1884400f4
parent644e94272a89196801825cb69a56377bf62d256a
bpo-1635741: Add a global module state to unicodedata (GH-22712)

Prepare unicodedata to add a state per module: start with a global
"module" state, pass it to subfunctions which access &UCD_Type. This
change also prepares the conversion of the UCD_Type static type to a
heap type.
Modules/unicodedata.c