Skip to content

Commit 34ad9a4

Browse files
authored
Update Include/internal/pycore_ceval.h
1 parent bbf6d2e commit 34ad9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_ceval.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ _Py_Check_ArgsIterable(PyThreadState *tstate, PyObject *func, PyObject *args);
317317
*
318318
* Symbol is exported for the JIT (see discussion on GH-132218).
319319
*/
320-
extern int
320+
PyAPI_FUNC(int)
321321
_PyEval_SpecialMethodCanSuggest(PyObject *self, int oparg);
322322

323323
/* Bits that can be set in PyThreadState.eval_breaker */

0 commit comments

Comments
 (0)