diff options
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | 2021-10-14 14:56:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-14 14:56:33 (GMT) |
commit | 3b3d30e8f78271a488965c9cd11136e1aa890757 (patch) | |
tree | 34670d2b9ba58a187d5b777fd77523720056e334 /Misc | |
parent | c96d1546b11b4c282a7e21737cb1f5d16349656d (diff) | |
download | cpython-3b3d30e8f78271a488965c9cd11136e1aa890757.zip cpython-3b3d30e8f78271a488965c9cd11136e1aa890757.tar.gz cpython-3b3d30e8f78271a488965c9cd11136e1aa890757.tar.bz2 |
bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-10-05-03-49-07.bpo-45367._astoU.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-10-05-03-49-07.bpo-45367._astoU.rst b/Misc/NEWS.d/next/Core and Builtins/2021-10-05-03-49-07.bpo-45367._astoU.rst new file mode 100644 index 0000000..aae518d --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-10-05-03-49-07.bpo-45367._astoU.rst @@ -0,0 +1 @@ +Specialized the ``BINARY_MULTIPLY`` opcode to ``BINARY_MULTIPLY_INT`` and ``BINARY_MULTIPLY_FLOAT`` using the PEP 659 machinery.
\ No newline at end of file |