]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add some GC stats to Py_STATS (GH-107581)
authorMark Shannon <mark@hotpy.org>
Fri, 4 Aug 2023 09:34:23 +0000 (10:34 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Aug 2023 09:34:23 +0000 (10:34 +0100)
commit2ba7c7f7b151ff56cf12bf3cab286981bb646c90
treee89d562e9043fb9703a9b822de58a9bd4bedb1ac
parentfa45958450aa3489607daf9855ca0474a2a20878
Add some GC stats to Py_STATS (GH-107581)
Include/internal/pycore_code.h
Include/pystats.h
Modules/gcmodule.c
Python/specialize.c
Tools/scripts/summarize_stats.py