Skip to content

Commit f460eea

Browse files
authored
Update what's new with the latest GC improvements (GH-17708)
1 parent 03c8e5d commit f460eea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,14 @@ Added constants :data:`~fcntl.F_OFD_GETLK`, :data:`~fcntl.F_OFD_SETLK`
159159
and :data:`~fcntl.F_OFD_SETLKW`.
160160
(Contributed by Dong-hee Na in :issue:`38602`.)
161161

162+
gc
163+
--
164+
165+
When the garbage collector makes a collection in which some objects resurrect
166+
(they are reachable from outside the isolated cycles after the finalizers have
167+
been executed), do not block the collection of all objects that are still
168+
unreachable. (Contributed by Pablo Galindo and Tim Peters in :issue:`38379`.)
169+
162170
os
163171
--
164172

0 commit comments

Comments
 (0)