]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A few minor tweaks to get stats working and compiling cleanly. (#117219)
authorMark Shannon <mark@hotpy.org>
Mon, 25 Mar 2024 20:43:51 +0000 (20:43 +0000)
committerGitHub <noreply@github.com>
Mon, 25 Mar 2024 20:43:51 +0000 (13:43 -0700)
commit23e4f80ce2a2bac50acd1785e791316d5b578b8d
tree2a0937f7b00d32a657aa745f0c1b2fe4d730a59c
parent507896d97dcff2d7999efa264b29d9003c525c49
A few minor tweaks to get stats working and compiling cleanly. (#117219)

Fixes a compilation error when configured with `--enable-pystats`,
an array size issue, and an unused variable.
Include/cpython/pystats.h
Python/gc.c
Python/specialize.c