mirror of
https://github.com/python/cpython.git
synced 2026-04-19 18:31:10 +00:00
gh-146393: Remove special character in optimizer_bytecodes.c (#148693)
This commit is contained in:
parent
446edda209
commit
db3e990b98
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue