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 Issue #18395: Rename `_Py_char2wchar() to :c:func:Py_DecodeLocale`, rename 2014-08-01 12:28:48 +02:00
README

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