mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
This iterator uses an st_table, but if objects move the references in the st table won't be updated. This patch just changes the st table to an identity hash.