]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 12 Aug 2021 11:15:06 +0000 (12:15 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Aug 2021 11:15:06 +0000 (12:15 +0100)
commit8ac0886091c27bf4b6bb0a9b571e174b554d31a4
tree9e9f3710581381eaa65a4e89eadfbb493228fffc
parenta530a9538f3f444bebd2d2b71fe5f2e747e76d73
bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)
Include/internal/pycore_code.h
Misc/NEWS.d/next/Core and Builtins/2021-08-11-16-46-27.bpo-44890.PwNg8N.rst [new file with mode: 0644]
Modules/_opcode.c
Python/ceval.c
Python/specialize.c