Skip to content

Commit

Permalink
bpo-1635741: Add a global module state to unicodedata (GH-22712)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vstinner authored and adorilson committed Mar 11, 2021
1 parent c50bc96 commit f667e76
Showing 1 changed file with 107 additions and 54 deletions.

0 comments on commit f667e76

Please sign in to comment.