Skip to content

Commit 1bd26c4

Browse files
Move and edit a comment.
1 parent b4bbfcb commit 1bd26c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Objects/typeobject.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4325,12 +4325,11 @@ _PyStaticType_Dealloc(PyTypeObject *type)
43254325
assert(state != NULL);
43264326
state->type = NULL;
43274327
static_builtin_index_clear(type);
4328+
/* We leave _Py_TPFLAGS_STATIC_BUILTIN set on tp_flags. */
43284329

43294330
PyInterpreterState *interp = _PyInterpreterState_GET();
43304331
assert(interp->types.num_builtins_initialized > 0);
43314332
interp->types.num_builtins_initialized--;
4332-
4333-
/* We leave tp_flags with _Py_TPFLAGS_STATIC_BUILTIN set. */
43344333
}
43354334
}
43364335

0 commit comments

Comments
 (0)