ruby/test/objspace
John Hawthorn 635b92099e Fix ObjectSpace.dump with super() callinfo
super() uses 0 as mid for its callinfo, so we need to check for that to
avoid a segfault when using dump_all.
2023-10-12 10:22:32 +02:00
..
test_objspace.rb Fix ObjectSpace.dump with super() callinfo 2023-10-12 10:22:32 +02:00
test_ractor.rb