mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
unfreeze Ractor::MovedObject
Matz prefers to unfreeze the class. [Feature #17401]
This commit is contained in:
parent
80cb9165fa
commit
76e8848037
1 changed files with 0 additions and 2 deletions
2
ractor.c
2
ractor.c
|
@ -1956,8 +1956,6 @@ Init_Ractor(void)
|
|||
rb_define_method(rb_cRactorMovedObject, "equal?", ractor_moved_missing, -1);
|
||||
rb_define_method(rb_cRactorMovedObject, "instance_eval", ractor_moved_missing, -1);
|
||||
rb_define_method(rb_cRactorMovedObject, "instance_exec", ractor_moved_missing, -1);
|
||||
|
||||
rb_obj_freeze(rb_cRactorMovedObject);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue