]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45527: Don't count cache hits, just misses. (GH-29092)
authorMark Shannon <mark@hotpy.org>
Wed, 20 Oct 2021 18:53:48 +0000 (19:53 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Oct 2021 18:53:48 +0000 (20:53 +0200)
commitbc85eb7a4f16e9e2b6fb713be2466ebb132fd7f2
treefb3984e35d68d41b840f4b431df18772e75742bd
parentd89fb9a5a610a257014d112bdceef73d7df14082
bpo-45527: Don't count cache hits, just misses. (GH-29092)
Include/internal/pycore_code.h
Python/ceval.c
Python/specialize.c