mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
fstat() may fail with EOVERFLOW on files larger than 2 GB because the file size type is an signed 32-bit integer.
Miscellaneous source files for the main Python shared library