Skip to content

Commit 26bafbf

Browse files
Remove END_TYPE_LOCK from fixup_slot_dispatchers
1 parent 90296f0 commit 26bafbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Objects/typeobject.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11502,8 +11502,6 @@ fixup_slot_dispatchers(PyTypeObject *type)
1150211502
finish:
1150311503
Py_XDECREF(mro_dict);
1150411504
Py_DECREF(mro);
11505-
11506-
// END_TYPE_LOCK();
1150711505
return res;
1150811506
}
1150911507

0 commit comments

Comments
 (0)