Skip to content

Commit 2b3c565

Browse files
fmt
1 parent 1d0a0b9 commit 2b3c565

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
@@ -898,7 +898,7 @@ extern unsigned int
898898
_PyType_LookupStackRefAndVersion(PyTypeObject *type, PyObject *name, _PyStackRef *out);
899899

900900
extern int _PyObject_GetMethodStackRef(PyThreadState *ts, PyObject *obj,
901-
PyObject *name, _PyStackRef *method);
901+
PyObject *name, _PyStackRef *method);
902902

903903
// Cache the provided init method in the specialization cache of type if the
904904
// provided type version matches the current version of the type.

0 commit comments

Comments
 (0)