]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-146393: Remove special character in optimizer_bytecodes.c (#148693)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Fri, 17 Apr 2026 16:52:16 +0000 (18:52 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2026 16:52:16 +0000 (16:52 +0000)
Python/optimizer_bytecodes.c

index 6e4882143fbe504ff4eb2df180ce185b13f46363..daebef4a04320bbb320879d0d060341f01db9a77 100644 (file)
@@ -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)