[issue14205] Raise an error if a dict is modified during a lookup

STINNER Victor report at bugs.python.org
Fri Mar 9 01:43:10 CET 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

Guido: So, what do you think? Do you like the new behaviour, or would you prefer a softer solution like retrying N times? Python < 3.3 retries the lookup an unlimited number of times which lead to a crash, that's the issue fixed by my change.

----------

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


More information about the Python-bugs-list mailing list