mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* eval.c (ruby_cleanup): keep the exception till after END blocks.
[ruby-core:09675] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2bd4f109f4
commit
a7784d0048
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Dec 9 21:39:24 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* eval.c (ruby_cleanup): keep the exception till after END blocks.
|
||||
[ruby-core:09675]
|
||||
|
||||
Sat Dec 9 11:22:00 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?
|
||||
|
|
1
eval.c
1
eval.c
|
@ -1553,7 +1553,6 @@ ruby_cleanup(int ex)
|
|||
PUSH_THREAD_TAG();
|
||||
if ((state = EXEC_TAG()) == 0) {
|
||||
ruby_finalize_0();
|
||||
if (ruby_errinfo) err = ruby_errinfo;
|
||||
rb_thread_cleanup();
|
||||
rb_thread_wait_other_threads();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue