]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Minor fixes to specialization stats. (GH-27457)
authorMark Shannon <mark@hotpy.org>
Thu, 29 Jul 2021 19:50:03 +0000 (20:50 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Jul 2021 19:50:03 +0000 (20:50 +0100)
commit2116909b3e1f044c268cebea78c92c7f593f99fe
treeb39210fd0ae1c5ee62cbe7fe6f7d7b9132fc6f28
parent7e311e496b0e26b3d3c62fe9b0ed2a4677c37ee9
Minor fixes to specialization stats. (GH-27457)

* Use class, not value for fail stats for BINARY_SUBSCR.

* Fix counts for unquickened instructions.
Include/internal/pycore_code.h
Python/ceval.c
Python/specialize.c