Files
cpython/Lib/test
Gregory P. Smith 3fe9e8d5a5 Don't restrict ourselves to a "max" fd when closing fds before exec()
when we have a way to get an actual list of all open fds from the OS.

Fixes issue #21618: The subprocess module would ignore fds that were
inherited by the calling process and already higher than POSIX resource
limits would otherwise allow.  On systems with a functioning /proc/self/fd
or /dev/fd interface the max is now ignored and all fds are closed.
2014-06-01 13:22:12 -07:00
..
2014-04-13 22:32:12 -04:00
2014-05-26 00:14:14 -07:00
2014-03-09 14:47:58 -07:00
2014-04-14 13:10:05 -04:00
2014-03-01 19:14:48 -05:00
2014-04-18 11:10:50 -07:00
2014-03-01 10:34:22 -05:00
2014-03-12 15:07:22 -05:00
2014-03-31 13:50:34 -04:00