Files
cpython/Python
Victor Stinner 8a1c710531 bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) (#1450)
is_valid_fd() now uses fstat() instead of dup() on macOS to return 0
on a pipe when the other side of the pipe is closed. fstat() fails
with EBADF in that case, whereas dup() succeed.
(cherry picked from commit 1c4670ea0c)
2017-05-04 13:21:16 +02:00
..
2015-03-18 15:01:44 +01:00
2015-02-14 15:17:47 -05:00
2017-01-01 22:04:13 -06:00

Miscellaneous source files for the main Python shared library