mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
Update what's new with the latest GC improvements (GH-17708)
This commit is contained in:
parent
03c8e5d466
commit
f460eea5c5
1 changed files with 8 additions and 0 deletions
|
@ -159,6 +159,14 @@ Added constants :data:`~fcntl.F_OFD_GETLK`, :data:`~fcntl.F_OFD_SETLK`
|
||||||
and :data:`~fcntl.F_OFD_SETLKW`.
|
and :data:`~fcntl.F_OFD_SETLKW`.
|
||||||
(Contributed by Dong-hee Na in :issue:`38602`.)
|
(Contributed by Dong-hee Na in :issue:`38602`.)
|
||||||
|
|
||||||
|
gc
|
||||||
|
--
|
||||||
|
|
||||||
|
When the garbage collector makes a collection in which some objects resurrect
|
||||||
|
(they are reachable from outside the isolated cycles after the finalizers have
|
||||||
|
been executed), do not block the collection of all objects that are still
|
||||||
|
unreachable. (Contributed by Pablo Galindo and Tim Peters in :issue:`38379`.)
|
||||||
|
|
||||||
os
|
os
|
||||||
--
|
--
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue