mirror of https://github.com/python/cpython
fix indentation glitch
This commit is contained in:
parent
2d339f9369
commit
09ac89ae78
|
@ -626,7 +626,7 @@ instance_getattr2(register PyInstanceObject *inst, PyObject *name)
|
|||
if (class != NULL) {
|
||||
if (PyFunction_Check(v)) {
|
||||
PyObject *w = PyMethod_New(v, (PyObject *)inst,
|
||||
(PyObject *)class);
|
||||
(PyObject *)class);
|
||||
Py_DECREF(v);
|
||||
v = w;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue