cpython/Programs
Steve Dower f2f373f593 Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
fstat() may fail with EOVERFLOW on files larger than 2 GB because the file size type is an signed 32-bit integer.
2015-02-21 08:44:05 -08:00
..
_freeze_importlib.c Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows. 2015-02-21 08:44:05 -08:00
_testembed.c
python.c
README

Source files for binary executables (as opposed to shared modules)