Daniel Stutzbach wrote: > On 2/27/07, Travis E. Oliphant <[EMAIL PROTECTED]> wrote:
>>But I've heard that the reference counts on >>Python objects can be larger than 1 in some cases (even though there >>isn't really anything "viewing" the memory). > > Is that true? The interpreter machinery sometimes keeps temporary references internally, e.g. when passing args to a function, so sometimes the refcount is a bit higher than you would expect from thinking about it at the Python level. -- Greg _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com