py/objcomplex: Correctly handle case of 0j to power of something.
0j to the power of negative now raises ZeroDivisionError, and 0j to the power of positive returns 0.
Please register or sign in to comment
0j to the power of negative now raises ZeroDivisionError, and 0j to the power of positive returns 0.