]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46841: Fix BINARY_OP's handling of inline caches (GH-31671)
authorBrandt Bucher <brandtbucher@microsoft.com>
Fri, 4 Mar 2022 18:51:27 +0000 (10:51 -0800)
committerGitHub <noreply@github.com>
Fri, 4 Mar 2022 18:51:27 +0000 (10:51 -0800)
commitc4d2d57eefb1224a12e2e95e4508658dfbf6a7c9
tree360ccc920f2e6afe516d038338f53f1e75d2136d
parentcedd2473a9bebe07f3ced4f341cf58a2fef07b03
bpo-46841: Fix BINARY_OP's handling of inline caches (GH-31671)
Misc/NEWS.d/next/Core and Builtins/2022-03-03-14-31-53.bpo-46841.agf-3X.rst [new file with mode: 0644]
Python/ceval.c
Python/specialize.c