mirror of
https://github.com/python/cpython.git
synced 2026-04-20 10:51:00 +00:00
gh-148609: Remove unicode character in bytecodes.c (GH-148611)
Remove unicode character in bytecodes.c
This commit is contained in:
parent
c7e9919df0
commit
ab45919812
1 changed files with 1 additions and 1 deletions
|
|
@ -895,7 +895,7 @@ dummy_func(
|
|||
INPUTS_DEAD();
|
||||
}
|
||||
|
||||
// Float true division — not specialized at tier 1, emitted by the
|
||||
// Float true division --- not specialized at tier 1, emitted by the
|
||||
// tier 2 optimizer when both operands are known floats.
|
||||
tier2 op(_BINARY_OP_TRUEDIV_FLOAT, (left, right -- res, l, r)) {
|
||||
PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue