]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds checking.
authorGeorg Brandl <georg@python.org>
Thu, 8 Jun 2006 12:45:01 +0000 (12:45 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 8 Jun 2006 12:45:01 +0000 (12:45 +0000)
commit22ccbbc4ecc410f5bca7ffc31c56d4badc2d2772
treeda46dae853ee276857bf0cf3b29b2c1734eb6145
parent06c5c8a4d31b5b9c4846604c76028a926ebd1c21
Bug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds checking.
Python/getargs.c