Hi,
In message "ruby-talk : 98651"
on 04/05/13, ts <decoux / moulon.inra.fr> writes:
| From the Changelog
|
| * eval.c (eval): warning during eval should not cause deadlock.
| [ruby-talk:98651]
|
| If I've well understood the patch I'm not sure that it's a good idea to
| do it like this
Oops, I forgot to restore $SAFE value before execution. Thank you for
pointing it out.
matz.