mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02: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
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue