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
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
295
Pull requests
101
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
gc: add CollectResult, stats fields, get_referrers, and fix count reset
- #7354
#7354
Merged
youknowone
merged 10 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:gc-compat-fixes
youknowone/RustPython:gc-compat-fixes
Copy head branch name to clipboard
Mar 12, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
gc: add CollectResult, stats fields, get_referrers, and fix count reset
#7354
youknowone
merged 10 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:gc-compat-fixes
youknowone/RustPython:gc-compat-fixes
Copy head branch name to clipboard
Commits
Commits on Mar 10, 2026
gc: add CollectResult, stats fields, get_referrers, and fix count reset
Show description for d4d329f
youknowone
committed
d4d329f
View commit details
Copy full SHA for d4d329f
Browse repository at this point
Update test_gc from v3.14.3
CPython Developers
authored and
youknowone
committed
c889a96
View commit details
Copy full SHA for c889a96
Browse repository at this point
Update test_gc.py from CPython v3.15.0a5
Show description for a34d701
youknowone
committed
a34d701
View commit details
Copy full SHA for a34d701
Browse repository at this point
Fix gc_state build on wasm32: skip Instant timing
youknowone
committed
463eb1d
View commit details
Copy full SHA for 463eb1d
Browse repository at this point
Add candidates/duration to gc callback info, mark v3.15 test failures
youknowone
committed
dfee990
View commit details
Copy full SHA for dfee990
Browse repository at this point
Fix gc.get_referrers to exclude executing frames, fix Future cancelled exc leak
Show description for 2547ef8
youknowone
committed
2547ef8
View commit details
Copy full SHA for 2547ef8
Browse repository at this point
Fix gc.get_threshold to return actual gen2 threshold value
youknowone
committed
980c731
View commit details
Copy full SHA for 980c731
Browse repository at this point
Fix inconsistent GC count reset in early-return paths
Show description for f1d0b44
youknowone
committed
f1d0b44
View commit details
Copy full SHA for f1d0b44
Browse repository at this point
Accept keyword arguments in socket.__init__
Show description for 2282a51
youknowone
committed
2282a51
View commit details
Copy full SHA for 2282a51
Browse repository at this point
Disable comp_inlined in symbol table to match compiler
Show description for d62481f
youknowone
committed
d62481f
View commit details
Copy full SHA for d62481f
Browse repository at this point
You can’t perform that action at this time.