mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
bpo-31558: Update NEWS and ACKS (#4013)
This commit is contained in:
parent
c75edabbb6
commit
c30b55b96c
2 changed files with 6 additions and 0 deletions
|
@ -919,6 +919,7 @@ William Lewis
|
||||||
Akira Li
|
Akira Li
|
||||||
Robert Li
|
Robert Li
|
||||||
Xuanji Li
|
Xuanji Li
|
||||||
|
Zekun Li
|
||||||
Robert van Liere
|
Robert van Liere
|
||||||
Ross Light
|
Ross Light
|
||||||
Shawn Ligocki
|
Shawn Ligocki
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
``gc.freeze()`` is a new API that allows for moving all objects currently
|
||||||
|
tracked by the garbage collector to a permanent generation, effectively
|
||||||
|
removing them from future collection events. This can be used to protect
|
||||||
|
those objects from having their PyGC_Head mutated. In effect, this enables
|
||||||
|
great copy-on-write stability at fork().
|
Loading…
Add table
Add a link
Reference in a new issue