From: ko1@... Date: 2020-10-20T02:28:05+00:00 Subject: [ruby-core:100441] [Ruby master Feature#17270] ObjectSpace.each_object should be restricted on multi-Racotrs Issue #17270 has been reported by ko1 (Koichi Sasada). ---------------------------------------- Feature #17270: ObjectSpace.each_object should be restricted on multi-Racotrs https://bugs.ruby-lang.org/issues/17270 * Author: ko1 (Koichi Sasada) * Status: Open * 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: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>