]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Trent Mick:
authorGuido van Rossum <guido@python.org>
Mon, 8 May 2000 14:02:41 +0000 (14:02 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 8 May 2000 14:02:41 +0000 (14:02 +0000)
commit80dc16baaa063e442442bfad5626ddd8d9abb6b2
tree26a8680d276c47902c682aeb7a5ab651655eb234
parent07bd90e92d9cb8982ad541dda59bc0f8867e9414
Trent Mick:

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.
Python/getargs.c