Skip to content

Commit b68f1a1

Browse files
committed
Remove spurious assert().
1 parent 65e40f4 commit b68f1a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Objects/typeobject.c

-1
Original file line numberDiff line numberDiff line change
@@ -5833,7 +5833,6 @@ static unsigned int
58335833
type_assign_version_lock_held(PyTypeObject *type)
58345834
{
58355835
ASSERT_TYPE_LOCK_HELD();
5836-
assert(!types_world_is_stopped());
58375836
PyInterpreterState *interp = _PyInterpreterState_GET();
58385837
if (assign_version_tag(interp, type)) {
58395838
return type->tp_version_tag;

0 commit comments

Comments
 (0)