ruby-changes:47975
From: normal <ko1@a...>
Date: Mon, 2 Oct 2017 06:29:50 +0900 (JST)
Subject: [ruby-changes:47975] normal:r60091 (trunk): NEWS: entries for GVL release in File and Dir
normal 2017-10-02 06:29:27 +0900 (Mon, 02 Oct 2017) New Revision: 60091 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60091 Log: NEWS: entries for GVL release in File and Dir (more to come) * NEWS: updates for [Bug #13941] and [Feature #13951] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 60090) +++ NEWS (revision 60091) @@ -39,6 +39,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L39 * :newline option to File.open implies text mode now. [Bug #13350] * File#path now raises an IOError for files opened with File::Constants::TMPFILE option. [Feature #13568] + * File.stat, File.exist?, and other rb_stat()-using methods release GVL + [Bug #13941] + * File.rename releases GVL [Feature #13951] * Hash -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/