Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ae4e0c

Browse files
authored
bpo-45582 Fix prototype of _Py_Get_Getpath_CodeObject. (GH-29907)
Automerge-Triggered-By: GH:tiran
1 parent7d7c91a commit0ae4e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Include/internal/pycore_initconfig.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ PyAPI_FUNC(int) _PyConfig_FromDict(PyConfig *config, PyObject *dict);
168168

169169
externvoid_Py_DumpPathConfig(PyThreadState*tstate);
170170

171-
PyAPI_FUNC(PyObject*)_Py_Get_Getpath_CodeObject();
171+
PyAPI_FUNC(PyObject*)_Py_Get_Getpath_CodeObject(void);
172172

173173

174174
/* --- Function used for testing ---------------------------------- */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp