Skip to content

Commit bb21510

Browse files
Remove wrong solution
1 parent d8124a9 commit bb21510

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Objects/typeobject.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10767,8 +10767,6 @@ slot_tp_finalize(PyObject *self)
1076710767
}
1076810768
}
1076910769

10770-
PyType_Modified(Py_TYPE(self));
10771-
1077210770
_PyThreadState_PopCStackRef(tstate, &cref);
1077310771

1077410772
/* Restore the saved exception. */

0 commit comments

Comments
 (0)