mirror of
https://github.com/python/cpython.git
synced 2024-11-30 13:24:13 +08:00
Fix to use Py_UCS4. By Bill Tutt.
This commit is contained in:
parent
e12896ec98
commit
bc30b11764
@ -38,7 +38,7 @@ def generateOutputFiles(perfHash, hashData):
|
||||
typedef struct
|
||||
{
|
||||
const char *pszUCN;
|
||||
unsigned int uiValue;
|
||||
Py_UCS4 value;
|
||||
} _Py_UnicodeCharacterName;
|
||||
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user