mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -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