From: matz@... (Yukihiro Matsumoto) Date: 2004-05-15T01:43:44+09:00 Subject: Re: ruby-talk : 98651 Hi, In message "ruby-talk : 98651" on 04/05/13, ts 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.