Emile van Sebille wrote: > Out of curiosity, if it's immutable, what approach might you try to > capture/trace reassignment? I've got a toy tracer that breaks with > simple assignment:
AFAIK you'd have to replace the namespace dictionaries with dictionary-like
things that would react to rebinding.
Mel.
--
http://mail.python.org/mailman/listinfo/python-list
