Skip to content

Commit

Permalink
bpo-45582 Fix prototype of _Py_Get_Getpath_CodeObject. (GH-29907)
Browse files Browse the repository at this point in the history
Automerge-Triggered-By: GH:tiran
  • Loading branch information
benjaminp authored Dec 3, 2021
1 parent 7d7c91a commit 0ae4e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/internal/pycore_initconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ PyAPI_FUNC(int) _PyConfig_FromDict(PyConfig *config, PyObject *dict);

extern void _Py_DumpPathConfig(PyThreadState *tstate);

PyAPI_FUNC(PyObject*) _Py_Get_Getpath_CodeObject();
PyAPI_FUNC(PyObject*) _Py_Get_Getpath_CodeObject(void);


/* --- Function used for testing ---------------------------------- */
Expand Down

0 comments on commit 0ae4e0c

Please sign in to comment.