Skip to content

Commit 3b16da6

Browse files
committed
nit
1 parent de93f71 commit 3b16da6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Objects/dictobject.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3426,8 +3426,7 @@ _PyDict_FromKeys(PyObject *cls, PyObject *iterable, PyObject *value)
34263426
return NULL;
34273427
}
34283428
// The constructor returns a tracked object; keep it untracked while it is
3429-
// filled and GC-track it once complete (done:), so a half-built frozendict
3430-
// is never observable.
3429+
// filled and GC-track it once complete (done:).
34313430
_PyObject_GC_UNTRACK(d);
34323431

34333432
// If cls is a dict or frozendict subclass with overridden constructor,

0 commit comments

Comments
 (0)