• Robert Bradshaw's avatar
    Fix bug in coercing conditional to an integer. · 0f627698
    Robert Bradshaw authored
    When used in a range operation, it may be coerced to an object,
    and then back to an int.  If the operands were already integer
    types we should preserve these rather than coercing to the
    default int type of long.
    0f627698
ExprNodes.py 488 KB