Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446edda commit db3e990Copy full SHA for db3e990
1 file changed
Python/optimizer_bytecodes.c
@@ -300,7 +300,7 @@ dummy_func(void) {
300
// narrowing unlocks a meaningful downstream win:
301
// - NB_TRUE_DIVIDE: enables the specialized float path below.
302
// - NB_REMAINDER: lets the float result type propagate.
303
- // NB_POWER is excluded — speculative guards there regressed
+ // NB_POWER is excluded: speculative guards there regressed
304
// test_power_type_depends_on_input_values (GH-127844).
305
if (is_truediv || is_remainder) {
306
if (!sym_has_type(rhs)
0 commit comments