Refactor init_copy gc attributes
This PR moves rb_copy_wb_protected_attribute and rb_gc_copy_finalizer into a single function called rb_gc_copy_attributes to be called by init_copy. This reduces the surface area of the GC API.
rb_copy_wb_protected_attribute
rb_gc_copy_finalizer
rb_gc_copy_attributes
init_copy
Co-authored-by: Peter Zhu [email protected]
Refactor init_copy gc attributes
This PR moves
rb_copy_wb_protected_attribute
andrb_gc_copy_finalizer
into a single function calledrb_gc_copy_attributes
to be called byinit_copy
. This reduces thesurface area of the GC API.
Co-authored-by: Peter Zhu [email protected]