Skip to content

Commit 2f0af88

Browse files
committed
bpo-45510: Add NEWS.d
1 parent 48d7761 commit 2f0af88

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Specialized the ``BINARY_SUBTRACT`` opcode to ``BINARY_SUBTRACT_INT`` and
2+
``BINARY_SUBTRACT_FLOAT`` using the :pep:`659` machinery.

Python/specialize.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,6 +1479,5 @@ _Py_Specialize_CallFunction(
14791479
assert(!PyErr_Occurred());
14801480
cache0->counter = initial_counter_value();
14811481
}
1482-
14831482
return 0;
14841483
}

0 commit comments

Comments
 (0)