Mailing List Archive

bpo-45582 Fix prototype of _Py_Get_Getpath_CodeObject. (GH-29907)
https://github.com/python/cpython/commit/0ae4e0c959bbc90ec18180ef3cc957759d346ced
commit: 0ae4e0c959bbc90ec18180ef3cc957759d346ced
branch: main
author: Benjamin Peterson <benjamin@python.org>
committer: miss-islington <31488909+miss-islington@users.noreply.github.com>
date: 2021-12-03T15:21:58-08:00
summary:

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



Automerge-Triggered-By: GH:tiran

files:
M Include/internal/pycore_initconfig.h

diff --git a/Include/internal/pycore_initconfig.h b/Include/internal/pycore_initconfig.h
index be545f495dc0f..a2f4cd182e8e9 100644
--- a/Include/internal/pycore_initconfig.h
+++ b/Include/internal/pycore_initconfig.h
@@ -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 ---------------------------------- */

_______________________________________________
Python-checkins mailing list
Python-checkins@python.org
https://mail.python.org/mailman/listinfo/python-checkins