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.

_________________________________________________
  For list-related administrative tasks:
  http://list.cs.brown.edu/mailman/listinfo/plt-dev

Reply via email to