Staging
v0.8.1
https://github.com/python/cpython
Revision dfea1bb7edece3bfadb9ae700b4d08b2495769d8 authored by Anthony Baxter on 30 November 2003, 01:45:20 UTC, committed by Anthony Baxter on 30 November 2003, 01:45:20 UTC
Fix a bug discovered by Kalle Svensson: comparing sys.maxint to
2**32-1 makes no sense.  Use 2**31-1 instead.
1 parent c4f9ad5
History
Tip revision: dfea1bb7edece3bfadb9ae700b4d08b2495769d8 authored by Anthony Baxter on 30 November 2003, 01:45:20 UTC
backport:
Tip revision: dfea1bb
File Mode Size
Modules
Python
support
Makefile -rw-r--r-- 15.1 KB
README -rw-r--r-- 1.2 KB
pyconfig.h -rw-r--r-- 18.9 KB
sleep.c -rw-r--r-- 866 bytes
unixstuff.c -rw-r--r-- 1.7 KB
unixstuff.h -rw-r--r-- 318 bytes

README

back to top