ruby-changes:52200
From: normal <ko1@a...>
Date: Fri, 17 Aug 2018 16:47:31 +0900 (JST)
Subject: [ruby-changes:52200] normal:r64408 (trunk): NEWS: clarify that we still use FD_CLOEXEC [ci skip]
normal 2018-08-17 16:47:26 +0900 (Fri, 17 Aug 2018) New Revision: 64408 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64408 Log: NEWS: clarify that we still use FD_CLOEXEC [ci skip] [Misc #14907] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 64407) +++ NEWS (revision 64408) @@ -104,7 +104,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L104 * incompatible changes: * system() and exec() do not close non-standard file descriptors - (The default of :close_others option is changed to false by default.) + (The default of :close_others option is changed to false by default. + but we still set the FD_CLOEXEC flag on descriptors we create) [Misc #14907] * KeyError -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/