From 2132fb9fd1fb8d32e5f1ae681fafbf295b91eac5 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 9 Aug 2017 08:31:28 +0000 Subject: merge revision(s) 57415,57474: [Backport #13239] eval.c: copy special exception * eval.c (setup_exception): make unfrozen copy of special exception before setting up a cause. test_io.rb: separate a test * test/ruby/test_io.rb (test_closed_stream_in_rescue): run in a separated process. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@59538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal.h') diff --git a/internal.h b/internal.h index 6eb01d8b74..8eadb3d5b1 100644 --- a/internal.h +++ b/internal.h @@ -1239,7 +1239,7 @@ void rb_vm_pop_cfunc_frame(void); int rb_vm_add_root_module(ID id, VALUE module); void rb_vm_check_redefinition_by_prepend(VALUE klass); VALUE rb_yield_refine_block(VALUE refinement, VALUE refinements); -VALUE ruby_vm_sysstack_error_copy(void); +VALUE ruby_vm_special_exception_copy(VALUE); /* vm_dump.c */ void rb_print_backtrace(void); -- cgit v1.2.3