mirror of
https://github.com/ruby/ruby.git
synced 2026-01-29 21:44:28 +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.