Terry Reedy <tjre...@udel.edu> writes: > Suppose I write an nasty C extension that mutates tuples. What then > would be illegal about...
Depends on exactly what we mean by legal. If immutability is part of the language spec (rather than an artifact of a particular implementation) then a compiler could assume immutability. -- http://mail.python.org/mailman/listinfo/python-list