Commit c30b55b9 authored by Łukasz Langa's avatar Łukasz Langa Committed by GitHub

bpo-31558: Update NEWS and ACKS (#4013)

parent c75edabb
...@@ -919,6 +919,7 @@ William Lewis ...@@ -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
......
``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().
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment