Antoine Pitrou <[email protected]> added the comment: > Without a termination condition, how is this different from just > reverting the original change?
The difference is that it's a (presumably interruptible) infinite loop, not a stack overflow. There's no crash and therefore no security issue. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14417> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
