Skip to content

Commit 628abe4

Browse files
authored
bpo-45582: Fix signature of _Py_Get_Getpath_CodeObject (GH-29921)
1 parent 605f4bf commit 628abe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/getpath.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ library_to_dict(PyObject *dict, const char *key)
783783

784784

785785
PyObject *
786-
_Py_Get_Getpath_CodeObject()
786+
_Py_Get_Getpath_CodeObject(void)
787787
{
788788
return PyMarshal_ReadObjectFromString(
789789
(const char*)_Py_M__getpath, sizeof(_Py_M__getpath));

0 commit comments

Comments
 (0)