From: ko1@... Date: 2020-10-26T16:36:49+00:00 Subject: [ruby-core:100584] [Ruby master Feature#17270] ObjectSpace.each_object should be restricted on multi-Ractors Issue #17270 has been updated by ko1 (Koichi Sasada). This proposal was confirmed. We need to introduce same filter for some other methods... ---------------------------------------- Feature #17270: ObjectSpace.each_object should be restricted on multi-Ractors https://bugs.ruby-lang.org/issues/17270#change-88216 * Author: ko1 (Koichi Sasada) * Status: Closed * Priority: Normal ---------------------------------------- Unshareable objects should not be touched from multiple ractors so ObjectSpace.each_object should be restricted. On multi-ractor mode, ObjectSpace.each_object only iterates shareable objects even if running on the main ractor. https://github.com/ruby/ruby/pull/3672 -- https://bugs.ruby-lang.org/ Unsubscribe: