Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check that object is live in each_object
Fixes crash in: 10_000.times.map do Object.new end run_gc = true ObjectSpace.each_object do |o| if run_gc GC.start run_gc = false end puts o end
- Loading branch information