tabify :(
This commit is contained in:
parent
8dc74f4602
commit
c6c1f96420
|
@ -228,8 +228,8 @@ test_lazy_hash_inheritance(PyObject* self)
|
|||
type = &_HashInheritanceTester_Type;
|
||||
|
||||
if (type->tp_dict != NULL)
|
||||
/* The type has already been initialized. This probably means -R
|
||||
is being used. */
|
||||
/* The type has already been initialized. This probably means
|
||||
-R is being used. */
|
||||
Py_RETURN_NONE;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue