mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Mark cross_ractor_require_data_type as embeddable
Nothing prevents it, so might as well.
This commit is contained in:
parent
06312377ad
commit
9b3ad3449b
2
ractor.c
2
ractor.c
@ -2302,7 +2302,7 @@ static const rb_data_type_t cross_ractor_require_data_type = {
|
||||
NULL, // memsize
|
||||
NULL, // compact
|
||||
},
|
||||
0, 0, RUBY_TYPED_FREE_IMMEDIATELY | RUBY_TYPED_WB_PROTECTED | RUBY_TYPED_DECL_MARKING
|
||||
0, 0, RUBY_TYPED_FREE_IMMEDIATELY | RUBY_TYPED_WB_PROTECTED | RUBY_TYPED_DECL_MARKING | RUBY_TYPED_EMBEDDABLE
|
||||
};
|
||||
|
||||
static VALUE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user