|
|
|
|
|
by oseityphelysiol
538 days ago
|
|
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. |
|
In Python 3.4, they are (released ten years ago).