We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c8e5d commit f460eeaCopy full SHA for f460eea
Doc/whatsnew/3.9.rst
@@ -159,6 +159,14 @@ Added constants :data:`~fcntl.F_OFD_GETLK`, :data:`~fcntl.F_OFD_SETLK`
159
and :data:`~fcntl.F_OFD_SETLKW`.
160
(Contributed by Dong-hee Na in :issue:`38602`.)
161
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
170
os
171
--
172
0 commit comments