зеркало из https://github.com/github/ruby.git
* eval.c (rb_trap_eval): make the current thread runnable to deal with
exceptions which occurred within the trap. fixed: [ruby-dev:27729] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
567ded6073
Коммит
782d8df4f5
|
@ -1,3 +1,8 @@
|
|||
Sun Jul 30 22:29:01 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* eval.c (rb_trap_eval): make the current thread runnable to deal with
|
||||
exceptions which occurred within the trap. fixed: [ruby-dev:27729]
|
||||
|
||||
Sat Jul 29 06:12:06 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||
|
||||
* ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.
|
||||
|
|
1
eval.c
1
eval.c
|
@ -10041,6 +10041,7 @@ rb_trap_eval(VALUE cmd, int sig, int safe)
|
|||
|
||||
if (state) {
|
||||
rb_trap_immediate = 0;
|
||||
rb_thread_ready(curr_thread);
|
||||
JUMP_TAG(state);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче