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 44c0192 commit 9e3ce44Copy full SHA for 9e3ce44
Objects/unicodeobject.c
@@ -305,7 +305,7 @@ clear_interned_dict(PyInterpreterState *interp)
305
}
306
307
static PyStatus
308
-init_global_interned_strings(interp)
+init_global_interned_strings(PyInterpreterState *interp)
309
{
310
assert(INTERNED_STRINGS == NULL);
311
_Py_hashtable_allocator_t hashtable_alloc = {PyMem_RawMalloc, PyMem_RawFree};
0 commit comments