Files
cpython/Lib
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-05-17 21:46:35 -07:00
2014-05-16 23:02:25 -04:00
2014-06-01 00:30:55 -04:00
2014-05-17 21:45:01 -07:00
2014-05-26 00:14:14 -07:00
2014-05-03 20:22:00 -04:00
2014-05-25 17:28:38 -07:00