|
} 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