Open mariusvniekerk opened 6 years ago
nm saw this is part of the numeric tower stuff. It might be worth explicity calling it out somewhere in the readme.
Yes that is numeric tower according to PEP484. Same with float
and complex
. You can turn it off via pytypes.apply_numeric_tower = False
.
Is this intended behavior?