mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Namespace::Entry is long living object
This commit is contained in:
parent
294b52fb9b
commit
82f645e818
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ const rb_data_type_t rb_namespace_data_type = {
|
|||
namespace_entry_memsize,
|
||||
rb_namespace_gc_update_references,
|
||||
},
|
||||
0, 0, RUBY_TYPED_FREE_IMMEDIATELY
|
||||
0, 0, RUBY_TYPED_WB_PROTECTED
|
||||
};
|
||||
|
||||
VALUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue