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
Accelerator
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
Type
/
to 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.2k
Star
74.2k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
GH-148726: Add heap_size to generational GC
- #149195
#149195
Merged
pablogsal
merged 11 commits into
python:main
python/cpython:main
from
sergey-miryanov:feat/gc-gen-3.15+heap_size
sergey-miryanov/cpython:feat/gc-gen-3.15+heap_size
Copy head branch name to clipboard
May 4, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
GH-148726: Add heap_size to generational GC
#149195
pablogsal
merged 11 commits into
python:main
python/cpython:main
from
sergey-miryanov:feat/gc-gen-3.15+heap_size
sergey-miryanov/cpython:feat/gc-gen-3.15+heap_size
Copy head branch name to clipboard
Commits
Commits on Apr 30, 2026
Add heap_size to _gc_runtime_state
sergey-miryanov
committed
b6ec992
View commit details
Copy full SHA for b6ec992
Browse repository at this point
Add heap_size to stats
sergey-miryanov
committed
2281499
View commit details
Copy full SHA for 2281499
Browse repository at this point
Commits on May 3, 2026
Heap size should be added at end of the struct
Show description for 704e94e
sergey-miryanov
committed
704e94e
View commit details
Copy full SHA for 704e94e
Browse repository at this point
Move heap_size to the end of the gc_generation_stats struct
sergey-miryanov
committed
83953c5
View commit details
Copy full SHA for 83953c5
Browse repository at this point
Merge branch 'main' into feat/gc-gen-3.15+heap_size
sergey-miryanov
committed
da497d1
View commit details
Copy full SHA for da497d1
Browse repository at this point
Add heap_size to get_gc_stats
sergey-miryanov
committed
fd93679
View commit details
Copy full SHA for fd93679
Browse repository at this point
Make AC happy
sergey-miryanov
committed
344f32c
View commit details
Copy full SHA for 344f32c
Browse repository at this point
Commits on May 4, 2026
Merge branch 'main' into feat/gc-gen-3.15+heap_size
sergey-miryanov
authored
8a3a862
View commit details
Copy full SHA for 8a3a862
Browse repository at this point
Remove dummy members
sergey-miryanov
committed
014d98a
View commit details
Copy full SHA for 014d98a
Browse repository at this point
Merge branch 'feat/gc-gen-3.15+heap_size' of github.com:sergey-miryanov/cpython into feat/gc-gen-3.15+heap_size
sergey-miryanov
committed
e268637
View commit details
Copy full SHA for e268637
Browse repository at this point
Remove extra line
sergey-miryanov
committed
7ba65db
View commit details
Copy full SHA for 7ba65db
Browse repository at this point
You can’t perform that action at this time.