mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +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