| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -236,7 +236,7 @@ static inline PyObject *get_interned_dict(PyInterpreterState *interp) | |||
| 236 | 236 | } | |
| 237 | 237 | ||
| 238 | 238 | Py_ssize_t | |
| 239 | - _PyUnicode_InternedSize() | ||
| 239 | + _PyUnicode_InternedSize(void) | ||
| 240 | 240 | { | |
| 241 | 241 | return PyObject_Length(get_interned_dict(_PyInterpreterState_GET())); | |
| 242 | 242 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments