Chris Angelico added the comment: ISTM this is a case where Python's core shouldn't be using assert. It's possible for userland code to trigger an assertion failure, which means it should be a regular if(..) raise. Patch attached.
@haypo, what do you mean by "fuzzing"? Is there something I've missed here? ---------- keywords: +patch nosy: +Rosuav Added file: http://bugs.python.org/file40434/dont_assert.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24684> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com