Skip to content

Commit ea9d255

Browse files
benjaminpLukasWoodtli
authored andcommitted
pythongh-113743: Give _PyTypes_AfterFork a prototype. (pythongh-115563)
Fixes a compiler warning.
1 parent df74dc2 commit ea9d255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/typeobject.c

Lines changed: 1 addition & 1 deletion
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)