We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0a0b9 commit 2b3c565Copy full SHA for 2b3c565
Include/internal/pycore_object.h
@@ -898,7 +898,7 @@ extern unsigned int
898
_PyType_LookupStackRefAndVersion(PyTypeObject *type, PyObject *name, _PyStackRef *out);
899
900
extern int _PyObject_GetMethodStackRef(PyThreadState *ts, PyObject *obj,
901
- PyObject *name, _PyStackRef *method);
+ PyObject *name, _PyStackRef *method);
902
903
// Cache the provided init method in the specialization cache of type if the
904
// provided type version matches the current version of the type.
0 commit comments