gh-148609: Remove unicode character in bytecodes.c (GH-148611)

Remove unicode character in bytecodes.c
This commit is contained in:
Ken Jin 2026-04-15 20:58:35 +08:00 committed by GitHub
parent c7e9919df0
commit ab45919812
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);