FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-146527: Add get_gc_stats function to _remote_debugging by sergey-miryanov · Pull Request #148071 · python/cpython · GitHub
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.3k
Star
74.9k
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
GH-146527: Add get_gc_stats function to _remote_debugging
- #148071
#148071
Merged
pablogsal
merged 42 commits into
python:main
python/cpython:main
from
sergey-miryanov:feat/gc-monitor-get
sergey-miryanov/cpython:feat/gc-monitor-get
Copy head branch name to clipboard
May 2, 2026
Conversation
Commits
42
(42)
Checks
Files changed
Merged
GH-146527: Add get_gc_stats function to _remote_debugging
#148071
pablogsal
merged 42 commits into
python:main
python/cpython:main
from
sergey-miryanov:feat/gc-monitor-get
sergey-miryanov/cpython:feat/gc-monitor-get
Copy head branch name to clipboard
Commits
Commits on May 2, 2026
Initial version
sergey-miryanov
authored and
pablogsal
committed
839e613
View commit details
Copy full SHA for 839e613
Browse repository at this point
Write ts_stop at the end of the add_stats to determine that stats properly updated
sergey-miryanov
authored and
pablogsal
committed
940ccd8
View commit details
Copy full SHA for 940ccd8
Browse repository at this point
AC
sergey-miryanov
authored and
pablogsal
committed
672ed7a
View commit details
Copy full SHA for 672ed7a
Browse repository at this point
Fix reading gc_stats according last changes
sergey-miryanov
authored and
pablogsal
committed
9c5abe7
View commit details
Copy full SHA for 9c5abe7
Browse repository at this point
Tests for get_gc_stats for main interpreter
sergey-miryanov
authored and
pablogsal
committed
8451cc6
View commit details
Copy full SHA for 8451cc6
Browse repository at this point
Add tests for subinterpreters
sergey-miryanov
authored and
pablogsal
committed
85b1023
View commit details
Copy full SHA for 85b1023
Browse repository at this point
Fix all_subinterpreters handling
sergey-miryanov
authored and
pablogsal
committed
462086b
View commit details
Copy full SHA for 462086b
Browse repository at this point
Add news
sergey-miryanov
authored and
pablogsal
committed
b341438
View commit details
Copy full SHA for b341438
Browse repository at this point
Update news
sergey-miryanov
authored and
pablogsal
committed
a16f7e1
View commit details
Copy full SHA for a16f7e1
Browse repository at this point
Try to fix tests
sergey-miryanov
authored and
pablogsal
committed
078f367
View commit details
Copy full SHA for 078f367
Browse repository at this point
Disable tests for FT-builds
sergey-miryanov
authored and
pablogsal
committed
d30c154
View commit details
Copy full SHA for d30c154
Browse repository at this point
Another try to fix tests
sergey-miryanov
authored and
pablogsal
committed
43f5af8
View commit details
Copy full SHA for 43f5af8
Browse repository at this point
Try to fix tests
sergey-miryanov
authored and
pablogsal
committed
14dcdd9
View commit details
Copy full SHA for 14dcdd9
Browse repository at this point
Refine tests
sergey-miryanov
authored and
pablogsal
committed
359bb8a
View commit details
Copy full SHA for 359bb8a
Browse repository at this point
Disable tests which check that stats updated
sergey-miryanov
authored and
pablogsal
committed
4fe0f21
View commit details
Copy full SHA for 4fe0f21
Browse repository at this point
Apply suggestions from code review
Show description for c111b3a
authored and
pablogsal
committed
c111b3a
View commit details
Copy full SHA for c111b3a
Browse repository at this point
Fix iid type
sergey-miryanov
authored and
pablogsal
committed
a0482cb
View commit details
Copy full SHA for a0482cb
Browse repository at this point
PEP7
sergey-miryanov
authored and
pablogsal
committed
a797b38
View commit details
Copy full SHA for a797b38
Browse repository at this point
Fix get_gc_stats after moving to generational GC
sergey-miryanov
authored and
pablogsal
committed
d17ff14
View commit details
Copy full SHA for d17ff14
Browse repository at this point
Add get_gc_stats to RemoteUnwinder
sergey-miryanov
authored and
pablogsal
committed
7cceeaa
View commit details
Copy full SHA for 7cceeaa
Browse repository at this point
Update AC
sergey-miryanov
authored and
pablogsal
committed
aa784d2
View commit details
Copy full SHA for aa784d2
Browse repository at this point
Add GCMonitor
sergey-miryanov
authored and
pablogsal
committed
79c929b
View commit details
Copy full SHA for 79c929b
Browse repository at this point
Remove get_gc_stats from _remote_debugging
sergey-miryanov
authored and
pablogsal
committed
f052db3
View commit details
Copy full SHA for f052db3
Browse repository at this point
Fix tests
sergey-miryanov
authored and
pablogsal
committed
71685b4
View commit details
Copy full SHA for 71685b4
Browse repository at this point
Update news entry
sergey-miryanov
authored and
pablogsal
committed
8886b4c
View commit details
Copy full SHA for 8886b4c
Browse repository at this point
Validate remote GC stats offset
pablogsal
committed
f225fb4
View commit details
Copy full SHA for f225fb4
Browse repository at this point
Reject mismatched GC stats layouts
pablogsal
committed
98d3482
View commit details
Copy full SHA for 98d3482
Browse repository at this point
Document GCMonitor GC stats API
pablogsal
committed
8789da4
View commit details
Copy full SHA for 8789da4
Browse repository at this point
Record free-threaded GC timestamps
pablogsal
committed
465a988
View commit details
Copy full SHA for 465a988
Browse repository at this point
Rename GC stats test and add timestamp coverage
pablogsal
committed
0fc7d41
View commit details
Copy full SHA for 0fc7d41
Browse repository at this point
Use tracked objects in GC stats tests
pablogsal
committed
e7413db
View commit details
Copy full SHA for e7413db
Browse repository at this point
Reject null remote GC stats pointer
pablogsal
committed
aa32191
View commit details
Copy full SHA for aa32191
Browse repository at this point
Drop heap_size from GC stats docs
pablogsal
committed
2d6aa03
View commit details
Copy full SHA for 2d6aa03
Browse repository at this point
Document GC stats fields
pablogsal
committed
1cafeb2
View commit details
Copy full SHA for 1cafeb2
Browse repository at this point
Document GC stats publication order
pablogsal
committed
f9d4f64
View commit details
Copy full SHA for f9d4f64
Browse repository at this point
Move GC stats helpers to source file
pablogsal
committed
e95d13d
View commit details
Copy full SHA for e95d13d
Browse repository at this point
Return GC stats as structseq
pablogsal
committed
4613271
View commit details
Copy full SHA for 4613271
Browse repository at this point
Credit GC stats contributors
pablogsal
committed
da1e01d
View commit details
Copy full SHA for da1e01d
Browse repository at this point
Moar tests
pablogsal
committed
2ef3d86
View commit details
Copy full SHA for 2ef3d86
Browse repository at this point
Simplifications
pablogsal
committed
784f9c4
View commit details
Copy full SHA for 784f9c4
Browse repository at this point
Moar simplification
pablogsal
committed
8807407
View commit details
Copy full SHA for 8807407
Browse repository at this point
Fix c flobals
pablogsal
committed
6e2c401
View commit details
Copy full SHA for 6e2c401
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL