summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-11-29 23:55:09 +0000
committerGuido van Rossum <guido@python.org>2003-11-29 23:55:09 +0000
commit457bf91a7fb1ab628a94fe740450f137b4ee1b92 (patch)
treea8765f9136140f1d67f9205e3166bf0989333e8d /Python/pythonrun.c
parent6c9e130524533263b690e86639a36b6f3e7a8eeb (diff)
downloadcpython-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