mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
This commit adds a field handle_weak_references to rb_data_type_struct for the callback when handling weak references. This avoids TypedData objects from needing to expose their rb_data_type_struct and weak references function.