1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: clarify that we still use FD_CLOEXEC [ci skip]

[Misc #14907]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2018-08-17 07:47:26 +00:00
parent 3bd2d01f96
commit 30ad342975

3
NEWS
View file

@ -104,7 +104,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* incompatible changes: * incompatible changes:
* system() and exec() do not close non-standard file descriptors * 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] [Misc #14907]
* KeyError * KeyError