mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ---------------------------------- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue