• Boxiang Sun's avatar
    loose the type check in complexDivFloat · dc0c3422
    Boxiang Sun authored
    complexTruediv will pass subtype of float to complexDivFloat,
    so loose the type check in complexDivFloat, use PyFloat_Check
    instead check the type exactly.
    dc0c3422
complex.cpp 29.5 KB