Fix compiler warning in unicodeobject.c (#105050)
This commit is contained in:
@@ -236,7 +236,7 @@ static inline PyObject *get_interned_dict(PyInterpreterState *interp)
|
||||
}
|
||||
|
||||
Py_ssize_t
|
||||
_PyUnicode_InternedSize()
|
||||
_PyUnicode_InternedSize(void)
|
||||
{
|
||||
return PyObject_Length(get_interned_dict(_PyInterpreterState_GET()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user