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

STINNER Victor report at bugs.python.org
Mon Mar 5 22:20:59 CET 2012


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

Another possibility is to avoid the modification of a dictionary
during a lookup: nomodify.patch.

----------
Added file: http://bugs.python.org/file24741/nomodify.patch

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


More information about the Python-bugs-list mailing list