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 62b5d21 commit 6f8d459Copy full SHA for 6f8d459
1 file changed
Modules/_typesmodule.c
@@ -33,7 +33,7 @@ _types_lookup_special_method_impl(PyObject *self, PyObject *args)
33
Py_RETURN_NONE;
34
}
35
PyObject *method = PyStackRef_AsPyObjectSteal(method_and_self[0]);
36
- return Py_BuildValue("O", method);
+ return method;
37
38
39
static int
0 commit comments