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 Issue #18093: Factor out the programs that embed the runtime 2014-07-25 21:52:14 +10:00
python.c Issue #18395: Rename `_Py_char2wchar() to :c:func:Py_DecodeLocale`, rename 2014-08-01 12:28:48 +02:00
README Issue #18093: Factor out the programs that embed the runtime 2014-07-25 21:52:14 +10:00

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