We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb72a79 commit be0abd9Copy full SHA for be0abd9
1 file changed
Objects/object.c
@@ -3385,7 +3385,8 @@ PyUnstable_Object_IsUniquelyReferenced(PyObject *op)
3385
return _PyObject_IsUniquelyReferenced(op);
3386
}
3387
3388
-int _PyObject_VisitType(PyObject *op, visitproc visit, void *arg)
+int
3389
+_PyObject_VisitType(PyObject *op, visitproc visit, void *arg)
3390
{
3391
assert(op != NULL);
3392
PyTypeObject *tp = Py_TYPE(op);
0 commit comments