mirror of https://github.com/python/cpython
bpo-45582 Fix prototype of _Py_Get_Getpath_CodeObject. (GH-29907)
Automerge-Triggered-By: GH:tiran
This commit is contained in:
parent
7d7c91a8e8
commit
0ae4e0c959
|
@ -168,7 +168,7 @@ PyAPI_FUNC(int) _PyConfig_FromDict(PyConfig *config, PyObject *dict);
|
||||||
|
|
||||||
extern void _Py_DumpPathConfig(PyThreadState *tstate);
|
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 ---------------------------------- */
|
/* --- Function used for testing ---------------------------------- */
|
||||||
|
|
Loading…
Reference in New Issue