At Wed, 18 Feb 2009 17:32:04 -0500, Dave Herman wrote:
> What is the intended behavior?
>
> [...]
>
> 3. The removal is illegal and raises an error; you can't remove 
> variables from module namespace.

That's it. Specifically, the definition is constant, so changing or
removing the definition is illegal.

The JIT takes advantage of constantness, so that's why removing the
definition triggered a crash.


Reply via email to