jvoisin <[email protected]> added the comment:
Raising an except is ok, if it's documented, so I know which ones I should catch to prevent my program to quit when processing untrusted files, without having to catch `Exception`. Reliability is important in my use-case as well, not only exploitable memory-corruption issues. I'll try to reproduce future issues on more recent Python versions before reporting them :) ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue39062> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
