-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Description
Line 2835 in 3f84a19
} else if (q_type_float && (PyLong_CheckExact(p_i) || PyBool_Check(q_i))) { |
Obviously, should be
p_i
in the last OR operand, c.f. L2824.
Factored out from #110000. I think this should be fixed regardless on the fate of that pr. 052d7de has also simple test for this if.
Linked PRs
Metadata
Metadata
Assignees
Labels
No labels