Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12896e commit bc30b11Copy full SHA for bc30b11
1 file changed
Tools/perfecthash/GenUCNHash.py
@@ -38,7 +38,7 @@ def generateOutputFiles(perfHash, hashData):
38
typedef struct
39
{
40
const char *pszUCN;
41
- unsigned int uiValue;
+ Py_UCS4 value;
42
} _Py_UnicodeCharacterName;
43
44
"""
0 commit comments