Of all the quirks with process spawning in posix keeping file descriptors open is the most problematic one I encountered. This bit into my ass while implementing a C library to have proper process spawning and stdio handling in LUA. I really wish file descriptors were non inheritable by default.
teddyh|1 year ago
In Python 3.4, they are (released ten years ago).
int_19h|1 year ago