From: "Iñaki Baz Castillo" Date: 2012-05-01T06:27:57+09:00 Subject: [C exten] Is it safe to call rb_hash_aref() without having the GVL? Hi, I wonder if it's safe to call rb_hash_aref() (to retrieve an element of a hash) while we have not the GVL. In my test it does not produce errors, but I would prefer to be sure. Thanks a lot. -- Iñaki Baz Castillo