mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Using `rb_obj_clone` introduce other problems, such as `initialize_*` callbacks invocation in the context of the parent ractor. So we can revert back to copy the content of the object slots, but in a way that is aware of size pools.