Skip to content

Commit f3863c4

Browse files
committed
tweak cyclic isolate definition
1 parent ef979e6 commit f3863c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/glossary.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,10 @@ Glossary
334334
becomes the current context whenever the task starts or resumes execution.
335335

336336
cyclic isolate
337-
A subgroup of one or more usable, non-broken objects that reference each
338-
other in a reference cycle, but are not referenced by objects outside the
339-
group. The goal of the garbage collector is to identify these groups and
340-
break the reference cycles so that the memory can be reclaimed.
337+
A subgroup of one or more objects that reference each other in a reference
338+
cycle, but are not referenced by objects outside the group. The goal of
339+
the garbage collector is to identify these groups and break the reference
340+
cycles so that the memory can be reclaimed.
341341

342342
decorator
343343
A function returning another function, usually applied as a function

0 commit comments

Comments
 (0)