diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-06-14 08:20:43 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-06-14 08:20:43 +0000 |
commit | 0b3ef899f200f4a54433d53f92fbf81f619c67d7 (patch) | |
tree | 3bab297ddd904851cdf0f3c9b3b53f3c94eacf49 /ChangeLog | |
parent | 9b04c1dd420743539c76e3b3826301f78fbbaede (diff) | |
download | ruby-0b3ef899f200f4a54433d53f92fbf81f619c67d7.tar.gz |
file.c: open without gvl
* file.c (rb_file_load_ok): try opening file without gvl not to
lock entire process. [Bug #11060]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sun Jun 14 17:20:40 2015 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * file.c (rb_file_load_ok): try opening file without gvl not to + lock entire process. [Bug #11060] + Sun Jun 14 10:43:50 2015 NAKAMURA Usaku <usa@ruby-lang.org> * tool/runruby.rb: just remove the lines of RUBY_VERSION check and raise |