]> granicus.if.org Git - python/commit
Trent Mick <trentm@activestate.com>:
authorFred Drake <fdrake@acm.org>
Tue, 9 May 2000 21:50:00 +0000 (21:50 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 9 May 2000 21:50:00 +0000 (21:50 +0000)
commit230cae7474858a8ce2147849a7a00a5501564641
tree98360cfa478c5ec40938cc76d2791848ca37e966
parenta69ef82643c362ba7c2d9e08eaa02fc0a997f829
Trent Mick <trentm@activestate.com>:
Limit the 'b' formatter of PyArg_ParseTuple to valid values of an unsigned
char, i.e. [0,UCHAR_MAX]. It is expected that this is the common usage of 'b'.
An OverflowError is raised if the parsed value is outside this range.
Python/getargs.c