You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Remove PComplex specialization from PyComplexCheckExactNode.
According to CPython doc `PyComplex_CheckExact` should return true if the argument is
a PyComplexObject, but not if its a subtype of PyComplexObject. Accordingly, we shouldn't
return true for subtypes of PComplex.
0 commit comments