Skip to content

Commit 9e3ce44

Browse files
committed
Fix function declaration
1 parent 44c0192 commit 9e3ce44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/unicodeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ clear_interned_dict(PyInterpreterState *interp)
305305
}
306306

307307
static PyStatus
308-
init_global_interned_strings(interp)
308+
init_global_interned_strings(PyInterpreterState *interp)
309309
{
310310
assert(INTERNED_STRINGS == NULL);
311311
_Py_hashtable_allocator_t hashtable_alloc = {PyMem_RawMalloc, PyMem_RawFree};

0 commit comments

Comments
 (0)