Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
reword NEWS.d entry
Co-authored-by: Stan Ulbrych <[email protected]>
  • Loading branch information
Tapeline and StanFromIreland authored Sep 1, 2025
commit d32ba913afcea4682429d4cbd19d6aeafa9723a3
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
``BINARY_OP`` now specializes to ``BINARY_OP_ADD_INT``,
``BINARY_OP_SUBTRACT_INT`` and ``BINARY_OP_MULTIPLY_INT`` only if operands
``BINARY_OP_SUBTRACT_INT`` or ``BINARY_OP_MULTIPLY_INT`` if operands
are compact ints.
Loading