mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
The call to unprotect the coverages hash was introduced in commit 99093e1 where we used the raw ST table and st_foreach. We now use rb_hash_foreach which no longer requires GC unprotecting the coverages hash.