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

Mark Shannon report at bugs.python.org
Fri Mar 9 10:00:09 CET 2012


Mark Shannon <mark at hotpy.org> added the comment:

Unmodified CPython (without the patch) already passes the new test in the patch.

The unmodified code already raises a Runtime error; a recursion limit exceeded error!

----------

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


More information about the Python-bugs-list mailing list