[issue7105] weak dict iterators are fragile because of unpredictable GC runs

Antoine Pitrou report at bugs.python.org
Tue Oct 13 01:51:02 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

This new patch makes it possible to mutate the dict without messing with
the delayed removal when an iterator exists.

----------
Added file: http://bugs.python.org/file15112/weakiter2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7105>
_______________________________________


More information about the Python-bugs-list mailing list