diff options
author | Guido van Rossum <guido@python.org> | 2003-11-29 23:55:09 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-11-29 23:55:09 +0000 |
commit | 457bf91a7fb1ab628a94fe740450f137b4ee1b92 (patch) | |
tree | a8765f9136140f1d67f9205e3166bf0989333e8d /Python/pythonrun.c | |
parent | 6c9e130524533263b690e86639a36b6f3e7a8eeb (diff) | |
download | cpython-git-457bf91a7fb1ab628a94fe740450f137b4ee1b92.tar.gz |
Fix a bug discovered by Kalle Svensson: comparing sys.maxint to
2**32-1 makes no sense. Use 2**31-1 instead.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions