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

Commitb2a32b6

Browse files
committed
Fix different linkage error with cp313-win
1 parent81eefa7 commitb2a32b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎pythoncapi_compat.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ PyLongWriter_Finish(PyLongWriter *writer)
19391939
staticinline FILE*Py_fopen(PyObject *path,constchar *mode)
19401940
{
19411941
#if 0x030400A2 <= PY_VERSION_HEX && !defined(PYPY_VERSION)
1942-
externFILE*_Py_fopen_obj(PyObject *path,constchar *mode);
1942+
PyAPI_FUNC(FILE*)_Py_fopen_obj(PyObject *path,constchar *mode);
19431943
return_Py_fopen_obj(path, mode);
19441944
#else
19451945
FILE *f;
@@ -2109,7 +2109,7 @@ PyConfig_Get(const char *name)
21092109
returnPy_NewRef(value);
21102110
}
21112111

2112-
externconst PyConfig*_Py_GetConfig(void);
2112+
PyAPI_FUNC(const PyConfig*)_Py_GetConfig(void);
21132113
const PyConfig *config =_Py_GetConfig();
21142114
void *member = (char *)config + spec->offset;
21152115
switch (spec->type) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp