Skip to content

Commit 2ac9d9f

Browse files
authored
gh-113743: Give _PyTypes_AfterFork a prototype. (gh-115563)
Fixes a compiler warning.
1 parent b24c916 commit 2ac9d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/typeobject.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4945,7 +4945,7 @@ update_cache_gil_disabled(struct type_cache_entry *entry, PyObject *name,
49454945
#endif
49464946

49474947
void
4948-
_PyTypes_AfterFork()
4948+
_PyTypes_AfterFork(void)
49494949
{
49504950
#ifdef Py_GIL_DISABLED
49514951
struct type_cache *cache = get_type_cache();

0 commit comments

Comments
 (0)