Skip to content

Commit 2f09a7c

Browse files
export the symbol
1 parent 484da52 commit 2f09a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ extern PyObject *_PyType_LookupRefAndVersion(PyTypeObject *, PyObject *,
918918
extern unsigned int
919919
_PyType_LookupStackRefAndVersion(PyTypeObject *type, PyObject *name, _PyStackRef *out);
920920

921-
extern int _PyObject_GetMethodStackRef(PyThreadState *ts, PyObject *obj,
921+
PyAPI_FUNC(int) _PyObject_GetMethodStackRef(PyThreadState *ts, PyObject *obj,
922922
PyObject *name, _PyStackRef *method);
923923

924924
// Cache the provided init method in the specialization cache of type if the

0 commit comments

Comments
 (0)