Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.6k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-28254: Add a C-API for controlling the state of the garbage collector
- #25687
#25687
Merged
vstinner
merged 17 commits into
python:master
python/cpython:master
from
scoder:bpo-28254_gc_capi
scoder/cpython:bpo-28254_gc_capi
Copy head branch name to clipboard
Apr 28, 2021
Conversation
Commits
17
(17)
Checks
Files changed
Merged
bpo-28254: Add a C-API for controlling the state of the garbage collector
#25687
vstinner
merged 17 commits into
python:master
python/cpython:master
from
scoder:bpo-28254_gc_capi
scoder/cpython:bpo-28254_gc_capi
Copy head branch name to clipboard
Commits
Commits on Apr 28, 2021
bpo-28254: Add a C-API for controlling the state of the garbage collector.
scoder
committed
6229a31
View commit details
Copy full SHA for 6229a31
Browse repository at this point
bpo-28254: Improve markup and add a What's New entry.
scoder
committed
bfbadb9
View commit details
Copy full SHA for bfbadb9
Browse repository at this point
Apply suggestions from code review
pablogsal
authored
f41d269
View commit details
Copy full SHA for f41d269
Browse repository at this point
bpo-28254: Return the previous GC state from the Enable/Disable functions to make it easy for users to ('atomically') know whether they actually changed something and what state to go back to later…
Show description for 56465a9
scoder
committed
56465a9
View commit details
Copy full SHA for 56465a9
Browse repository at this point
Update Modules/_testcapimodule.c
pablogsal
authored
7b6e320
View commit details
Copy full SHA for 7b6e320
Browse repository at this point
Update Modules/_testcapimodule.c
pablogsal
authored
b7e4ee3
View commit details
Copy full SHA for b7e4ee3
Browse repository at this point
Update Modules/_testcapimodule.c
pablogsal
authored
4e11560
View commit details
Copy full SHA for 4e11560
Browse repository at this point
bpo-28254: Formatting.
scoder
committed
e5f0077
View commit details
Copy full SHA for e5f0077
Browse repository at this point
bpo-28254: Move new functions to a better place (not cutting into the gc.collect() implementation).
scoder
committed
c64aa42
View commit details
Copy full SHA for c64aa42
Browse repository at this point
Remove an incorrect part of a comment: PyGC_Collect() actually does nothing if GC is disabled.
scoder
committed
cbee918
View commit details
Copy full SHA for cbee918
Browse repository at this point
bpo-28254: Add documentation for the PyGC_*() functions.
scoder
committed
0f7e608
View commit details
Copy full SHA for 0f7e608
Browse repository at this point
bpo-28254: Add new PyGC_*() functions to the stable ABI list.
scoder
committed
80c3625
View commit details
Copy full SHA for 80c3625
Browse repository at this point
bpo-28254: Apply suggestions from doc review.
scoder
committed
25fb2aa
View commit details
Copy full SHA for 25fb2aa
Browse repository at this point
Apply suggestions from doc review
Show description for 10ad929
scoder
and
vstinner
authored
10ad929
View commit details
Copy full SHA for 10ad929
Browse repository at this point
Add a word on how PyGC_Collect() and gc.collect() differ.
scoder
committed
1ffe937
View commit details
Copy full SHA for 1ffe937
Browse repository at this point
Fix version marker.
scoder
committed
d517665
View commit details
Copy full SHA for d517665
Browse repository at this point
Fix version marker (II).
scoder
committed
84fb2af
View commit details
Copy full SHA for 84fb2af
Browse repository at this point
You can’t perform that action at this time.