Skip to content

Commit c30b55b

Browse files
authored
bpo-31558: Update NEWS and ACKS (#4013)
1 parent c75edab commit c30b55b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,7 @@ William Lewis
919919
Akira Li
920920
Robert Li
921921
Xuanji Li
922+
Zekun Li
922923
Robert van Liere
923924
Ross Light
924925
Shawn Ligocki
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
``gc.freeze()`` is a new API that allows for moving all objects currently
2+
tracked by the garbage collector to a permanent generation, effectively
3+
removing them from future collection events. This can be used to protect
4+
those objects from having their PyGC_Head mutated. In effect, this enables
5+
great copy-on-write stability at fork().

0 commit comments

Comments
 (0)