]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move stats for the method cache into the `Py_STAT` machinery (GH-100255)
authorMark Shannon <mark@hotpy.org>
Thu, 15 Dec 2022 09:45:03 +0000 (09:45 +0000)
committerGitHub <noreply@github.com>
Thu, 15 Dec 2022 09:45:03 +0000 (09:45 +0000)
commit48e352a2410b6e962d40359939a0d43aaba5ece9
tree8c5ae99d6fabd8848e89afa42172b82a59dbdfdc
parentbdd86741bebd3efb51e540d5148e658cb34fd3ce
Move stats for the method cache into the `Py_STAT` machinery (GH-100255)
Include/internal/pycore_typeobject.h
Include/pystats.h
Objects/typeobject.c
Python/specialize.c