From fbdbb3c62326cb16d5c0f4b6d872acb058d9408b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 30 Oct 2009 01:55:38 +0000 Subject: * thread.c (rb_thread_blocking_region): must ensure to unlock GVL. [ruby-dev:39579] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cfd295c69..e6355275c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 30 10:55:36 2009 Nobuyoshi Nakada + + * thread.c (rb_thread_blocking_region): must ensure to unlock GVL. + [ruby-dev:39579] + Fri Oct 30 04:47:26 2009 Nobuyoshi Nakada * include/ruby/ruby.h (RSTRING_END): trivial optimization. -- cgit