]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Argh. "integer" is a very confusing word ;)
authorGeorg Brandl <georg@python.org>
Thu, 8 Jun 2006 13:31:14 +0000 (13:31 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 8 Jun 2006 13:31:14 +0000 (13:31 +0000)
commit8532999ccf919917301a256bea8c068104ee539c
tree539677f3d2a51b9b4d1ccdc7b6cb5ab64c71e0e4
parentd404beb5029fc381b1e0be157e8bdf0f907205cf
Argh. "integer" is a very confusing word ;)
Actually, checking for INT_MAX and INT_MIN is correct since
the format code explicitly handles a C "int".
 (backport from rev. 46746)
Python/getargs.c