mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
419c8ebfb2
Add generalized recursion detection system and integrate it into Hash#== and Hash#eql? to prevent infinite recursion with mutually recursive hash structures. Uses call stack inspection for minimal memory overhead. Co-authored-by: Claude <noreply@anthropic.com>