[issue14417] dict RuntimeError workaround
STINNER Victor
report at bugs.python.org
Fri Apr 6 00:39:10 CEST 2012
STINNER Victor <victor.stinner at gmail.com> added the comment:
> The difference is that it's a (presumably interruptible) infinite loop,
> not a stack overflow. There's no crash and therefore no security issue.
Ok, it looks fair. The patch looks good, but as written by Antoine: tests may need to be fixed.
Is anyone motivated to "convert" removed crashers to unit tests? Not me. Crashers were only written to crash Python. New tests should be written instead.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14417>
_______________________________________
More information about the Python-bugs-list
mailing list