]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114312: Collect stats for unlikely events (GH-114493)
authorMichael Droettboom <mdboom@gmail.com>
Thu, 25 Jan 2024 11:10:51 +0000 (06:10 -0500)
committerGitHub <noreply@github.com>
Thu, 25 Jan 2024 11:10:51 +0000 (11:10 +0000)
commitea3cd0498c443e93be441736c804258e93d21edd
treeab975dc0fe8c933fd2c197275a7d9fc6598aa04b
parentc63c6142f9146e1e977f4c824c56e8979e6aca87
gh-114312: Collect stats for unlikely events (GH-114493)
Include/cpython/pystats.h
Include/internal/pycore_code.h
Include/internal/pycore_interp.h
Lib/test/test_optimizer.py [new file with mode: 0644]
Modules/_testinternalcapi.c
Objects/funcobject.c
Objects/typeobject.c
Python/pylifecycle.c
Python/pystate.c
Python/specialize.c
Tools/scripts/summarize_stats.py