]> 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:05 +0000 (12:45 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 8 Jun 2006 12:45:05 +0000 (12:45 +0000)
commit78fbb2a032a45f9e6938a0b35afe673bfdd53f19
treea4d294a89307c053da640a17e9e1d4c51c568bb0
parenteac87370f8996d3ad6babcab0192fe74b6552175
Bug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds checking.
 (backport from rev. 46741)
Python/getargs.c