Staging
v0.5.1
https://github.com/python/cpython
Revision 3ab1798f24d3caba36611b37a05a75542e5e2107 authored by Jeremy Hylton on 18 June 2002, 16:53:42 UTC, committed by Jeremy Hylton on 18 June 2002, 16:53:42 UTC
# On a Linux with large file support (LFS) using a Python without LFS,
# stat() will raise EOVERFLOW.  This unambiguously indicates that the
# file exists because it only occurs when the size of the file can't
# find into the stat struct.

This change is only needed for Python 2.1, because LFS is
automatically configured starting with Python 2.2.
1 parent 62fbb23
History
Tip revision: 3ab1798f24d3caba36611b37a05a75542e5e2107 authored by Jeremy Hylton on 18 June 2002, 16:53:42 UTC
Add a special case code to deal with unexpected large files.
Tip revision: 3ab1798
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 79 bytes
.hgtags -rw-r--r-- 2.3 KB
LICENSE -rw-r--r-- 11.5 KB
Makefile.pre.in -rw-r--r-- 21.8 KB
README -rw-r--r-- 38.8 KB
acconfig.h -rw-r--r-- 6.3 KB
config.h.in -rw-r--r-- 17.1 KB
configure -rwxr-xr-x 181.7 KB
configure.in -rw-r--r-- 38.2 KB
install-sh -rwxr-xr-x 5.5 KB
setup.py -rw-r--r-- 25.2 KB

README

back to top