Skip to content
  • 卜部昌平's avatar
    f1ce4897
    make rb_raise a GVL-only function again · f1ce4897
    卜部昌平 authored
    Requested by ko1 that ability of calling rb_raise from anywhere
    outside of GVL is "too much".  Give up that part, move the GVL
    aquisition routine into gc.c, and make our new gc_raise().
    f1ce4897
    make rb_raise a GVL-only function again
    卜部昌平 authored
    Requested by ko1 that ability of calling rb_raise from anywhere
    outside of GVL is "too much".  Give up that part, move the GVL
    aquisition routine into gc.c, and make our new gc_raise().
Loading