◐ Shell
clean mode source ↗

bpo-1635741: Add a global module state to unicodedata by vstinner · Pull Request #22712 · python/cpython

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.

@vstinner vstinner changed the title [WIP] bpo-1635741: Add a global module state to unicodedata bpo-1635741: Add a global module state to unicodedata

Oct 15, 2020

xzy3 pushed a commit to xzy3/cpython that referenced this pull request

Oct 18, 2020
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.

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021
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.

@kylotan kylotan mannequin mentioned this pull request

Sep 19, 2022