bpo-45582 Fix prototype of _Py_Get_Getpath_CodeObject. (GH-29907)

Automerge-Triggered-By: GH:tiran
This commit is contained in:
Benjamin Peterson 2021-12-03 15:21:58 -08:00 committed by GitHub
parent 7d7c91a8e8
commit 0ae4e0c959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ---------------------------------- */