Skip to content

Commit df907b5

Browse files
committed
Fix another linkage issue
1 parent 51ff78e commit df907b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_frame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ _PyEvalFramePushAndInit(PyThreadState *tstate, _PyStackRef func,
409409
size_t argcount, PyObject *kwnames,
410410
_PyInterpreterFrame *previous);
411411

412-
void
412+
PyAPI_FUNC(void)
413413
_PyFrame_MoveUnvisited(_PyInterpreterFrame *frame, PyGC_Head *to, int visited_space);
414414

415415
#ifdef __cplusplus

0 commit comments

Comments
 (0)