mirror of
https://github.com/ruby/ruby.git
synced 2026-08-11 18:29:13 +08: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.