mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Storing the tagged block handler in profiles is not GC-safe (nice catch, Kokubun). Store the untagged block handler instead. Fix bug in https://github.com/ruby/ruby/pull/15051