Skip to content

Commit ab45919

Browse files
gh-148609: Remove unicode character in bytecodes.c (GH-148611)
Remove unicode character in bytecodes.c
1 parent c7e9919 commit ab45919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ dummy_func(
895895
INPUTS_DEAD();
896896
}
897897

898-
// Float true division not specialized at tier 1, emitted by the
898+
// Float true division --- not specialized at tier 1, emitted by the
899899
// tier 2 optimizer when both operands are known floats.
900900
tier2 op(_BINARY_OP_TRUEDIV_FLOAT, (left, right -- res, l, r)) {
901901
PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);

0 commit comments

Comments
 (0)