зеркало из https://github.com/github/ruby.git
Reuse rb_ractor_make_shareable function for rb_ractor_make_shareable_copy function
This commit is contained in:
Родитель
abfac2222b
Коммит
092c9b266a
5
ractor.c
5
ractor.c
|
@ -2925,10 +2925,7 @@ VALUE
|
|||
rb_ractor_make_shareable_copy(VALUE obj)
|
||||
{
|
||||
VALUE copy = ractor_copy(obj);
|
||||
rb_obj_traverse(copy,
|
||||
make_shareable_check_shareable,
|
||||
null_leave, mark_shareable);
|
||||
return copy;
|
||||
return rb_ractor_make_shareable(copy);
|
||||
}
|
||||
|
||||
VALUE
|
||||
|
|
Загрузка…
Ссылка в новой задаче