On Wed, Feb 1, 2012 at 12:12 PM, Ian Kelly <ian.g.ke...@gmail.com> wrote:
> Incidentally, I *think* that any correctly written C code attempting
> to nest a tuple inside itself would make the reference count of the
> tuple be at least 2 at the time of the call, and so it would fail.

Good, nice that that's certain :)

Might be worth moving the "[b]ecause tuples are supposed to be
immutable" warning up to the top of the page then, since the bulk of
it applies to all those functions and not just resize.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to