]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-146527: Add get_gc_stats function to _remote_debugging (#148071)
authorSergey Miryanov <sergey.miryanov@gmail.com>
Sat, 2 May 2026 15:04:18 +0000 (20:04 +0500)
committerGitHub <noreply@github.com>
Sat, 2 May 2026 15:04:18 +0000 (15:04 +0000)
commit39f123c587a86ee5a3ee80e228c2ef04821e24fc
treef3ab75c69f8cac0b7700c5a5f6803f41aa60a613
parent2ca6333065b4cffac7b976e9abeb95f37dd0f727
GH-146527: Add get_gc_stats function to _remote_debugging (#148071)
22 files changed:
Doc/whatsnew/3.15.rst
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/test_gc_stats.py [new file with mode: 0644]
Makefile.pre.in
Misc/NEWS.d/next/Core_and_Builtins/2026-04-10-23-13-19.gh-issue-146527.P3Xv4Q.rst [new file with mode: 0644]
Modules/Setup
Modules/Setup.stdlib.in
Modules/_remote_debugging/_remote_debugging.h
Modules/_remote_debugging/clinic/module.c.h
Modules/_remote_debugging/debug_offsets_validation.h
Modules/_remote_debugging/gc_stats.c [new file with mode: 0644]
Modules/_remote_debugging/gc_stats.h [new file with mode: 0644]
Modules/_remote_debugging/interpreters.c [new file with mode: 0644]
Modules/_remote_debugging/module.c
PCbuild/_remote_debugging.vcxproj
PCbuild/_remote_debugging.vcxproj.filters
Python/gc.c
Python/gc_free_threading.c
Tools/c-analyzer/cpython/_parser.py