Skip to content

Commit 0ae4e0c

Browse files
authored
bpo-45582 Fix prototype of _Py_Get_Getpath_CodeObject. (GH-29907)
Automerge-Triggered-By: GH:tiran
1 parent 7d7c91a commit 0ae4e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_initconfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ PyAPI_FUNC(int) _PyConfig_FromDict(PyConfig *config, PyObject *dict);
168168

169169
extern void _Py_DumpPathConfig(PyThreadState *tstate);
170170

171-
PyAPI_FUNC(PyObject*) _Py_Get_Getpath_CodeObject();
171+
PyAPI_FUNC(PyObject*) _Py_Get_Getpath_CodeObject(void);
172172

173173

174174
/* --- Function used for testing ---------------------------------- */

0 commit comments

Comments
 (0)