mirror of
https://github.com/python/cpython.git
synced 2026-07-14 14:05:00 -04:00
f2f373f593
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