loose the type check in complexDivFloat
complexTruediv will pass subtype of float to complexDivFloat, so loose the type check in complexDivFloat, use PyFloat_Check instead check the type exactly.
Showing
Please register or sign in to comment