[Python-Dev] Weak dict iterators are fragile (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Sun Oct 11 19:31:10 CEST 2009


Antoine Pitrou <solipsis pitrou.net> writes:

Daniel Stutzbach <daniel stutzbachenterprises.com> writes: > > -1 on 1.+0 on 2.It'd be nice if we could postpone the resize if there are active iterators, but I don't think there's a clean way to track the iterators. I've started experimenting, and it seems reasonably possible using a simple guard class and a set of weakrefs.

Open issue and proposed patch at http://bugs.python.org/issue7105

Antoine.



More information about the Python-Dev mailing list