diff options
author | Brandt Bucher <brandtbucher@microsoft.com> | 2022-03-04 18:51:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 18:51:27 (GMT) |
commit | c4d2d57eefb1224a12e2e95e4508658dfbf6a7c9 (patch) | |
tree | 360ccc920f2e6afe516d038338f53f1e75d2136d /Misc | |
parent | cedd2473a9bebe07f3ced4f341cf58a2fef07b03 (diff) | |
download | cpython-c4d2d57eefb1224a12e2e95e4508658dfbf6a7c9.zip cpython-c4d2d57eefb1224a12e2e95e4508658dfbf6a7c9.tar.gz cpython-c4d2d57eefb1224a12e2e95e4508658dfbf6a7c9.tar.bz2 |
bpo-46841: Fix BINARY_OP's handling of inline caches (GH-31671)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-03-03-14-31-53.bpo-46841.agf-3X.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-03-03-14-31-53.bpo-46841.agf-3X.rst b/Misc/NEWS.d/next/Core and Builtins/2022-03-03-14-31-53.bpo-46841.agf-3X.rst new file mode 100644 index 0000000..690293e --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-03-03-14-31-53.bpo-46841.agf-3X.rst @@ -0,0 +1,2 @@ +Fix incorrect handling of inline cache entries when specializing +:opcode:`BINARY_OP`. |