SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72140 0 31 Python

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.
F
Fred Drake committed
230cae7474858a8ce2147849a7a00a5501564641
Parent: a69ef82