Nick Coghlan wrote: > I'd also like to know what should happen if > the object's Python refcount drops to zero, but the view count is still > greater than 0.
That shouldn't happen, because the code using the view ought to be responsible for holding a reference to the containing object as long as it's using the view. -- 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