• Guido van Rossum's avatar
    Trent Mick: · 80dc16ba
    Guido van Rossum yazdı
    Changes the 'b', 'h', and 'i' formatters in PyArg_ParseTuple to raise an
    Overflow exception if they overflow (previously they just silently
    overflowed).
    
    Changes by Guido: always accept values [0..255] (in addition to
    [CHAR_MIN..CHAR_MAX]) for 'b' format; changed some spaces into tabs in
    other code.
    80dc16ba
getargs.c 29.3 KB