https://github.com/python/cpython/commit/db3e990b98fd12fee1bf851f4185d4e857318d76
commit: db3e990b98fd12fee1bf851f4185d4e857318d76
branch: main
author: Pieter Eendebak <[email protected]>
committer: Fidget-Spinner <[email protected]>
date: 2026-04-17T16:52:16Z
summary:
gh-146393: Remove special character in optimizer_bytecodes.c (#148693)
files:
M Python/optimizer_bytecodes.c
diff --git a/Python/optimizer_bytecodes.c b/Python/optimizer_bytecodes.c
index 6e4882143fbe50..daebef4a04320b 100644
--- a/Python/optimizer_bytecodes.c
+++ b/Python/optimizer_bytecodes.c
@@ -300,7 +300,7 @@ dummy_func(void) {
// narrowing unlocks a meaningful downstream win:
// - NB_TRUE_DIVIDE: enables the specialized float path below.
// - NB_REMAINDER: lets the float result type propagate.
- // NB_POWER is excluded — speculative guards there regressed
+ // NB_POWER is excluded: speculative guards there regressed
// test_power_type_depends_on_input_values (GH-127844).
if (is_truediv || is_remainder) {
if (!sym_has_type(rhs)
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]