Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c30b55b9
Commit
c30b55b9
authored
Oct 16, 2017
by
Łukasz Langa
Committed by
GitHub
Oct 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-31558: Update NEWS and ACKS (#4013)
parent
c75edabb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
Misc/ACKS
Misc/ACKS
+1
-0
Misc/NEWS.d/next/Core and Builtins/2017-10-16-14-27-25.bpo-31558.K-uRRm.rst
...ore and Builtins/2017-10-16-14-27-25.bpo-31558.K-uRRm.rst
+5
-0
No files found.
Misc/ACKS
View file @
c30b55b9
...
@@ -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
...
...
Misc/NEWS.d/next/Core and Builtins/2017-10-16-14-27-25.bpo-31558.K-uRRm.rst
0 → 100644
View file @
c30b55b9
``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().
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment