mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-36642: make unicodedata const (GH-12855)
This commit is contained in:
parent
926b0cb5f6
commit
6fec905de5
5 changed files with 19 additions and 19 deletions
|
@ -1029,7 +1029,7 @@ _getucname(PyObject *self, Py_UCS4 code, char* buffer, int buflen,
|
|||
int offset;
|
||||
int i;
|
||||
int word;
|
||||
unsigned char* w;
|
||||
const unsigned char* w;
|
||||
|
||||
if (code >= 0x110000)
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue