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

ReadMe

back to top