Damien Wyart wrote:
> Thanks for these important and useful additions, they are very welcome !
> 
> In writing my answer I had immutables in mind, but mutables are a bit
> more dangerous, here...
> 

Not *that* much though.

The first construct can't be used, but he can use

 >>> [copy.copy(Foo) for _ in range(20)]

And he should be ok.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to