]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44725 : expose specialization stats in python (GH-27192)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 29 Jul 2021 16:26:53 +0000 (17:26 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Jul 2021 16:26:53 +0000 (17:26 +0100)
commitddd1c418c05da0de978c75dfb3e4a5b8d27e1d9f
treee43ba73ffc54a4e7a5d96c808592e43d40c45a5b
parent6741794dd420c6b9775a188690dbf265037cd69f
bpo-44725 : expose specialization stats in python (GH-27192)
Include/internal/pycore_code.h
Lib/opcode.py
Lib/test/test__opcode.py
Misc/NEWS.d/next/Core and Builtins/2021-07-23-15-17-01.bpo-44725.qcuKaa.rst [new file with mode: 0644]
Modules/_opcode.c
Modules/clinic/_opcode.c.h
Python/specialize.c