• da-woods's avatar
    Now uses specialised functions for complex abs · b6b796a8
    da-woods authored
    Also doesn't require gil for int and long abs.
    
    Notes:
    * I don't think the correct utility code is loaded for complex abs
      (but it should be loaded by the complex data types hopefully)
    * Would probably be worth making double and float abs not require gil
    b6b796a8
Builtin.py 22.7 KB