Victor Stinner 1c4670ea0c bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443)
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.
2017-05-04 00:45:56 +02:00
..
2016-09-07 09:26:18 -07:00
2016-09-13 22:46:15 -07:00
2017-01-01 22:04:13 -06:00

Miscellaneous source files for the main Python shared library