New submission from Claudiu Saftoiu: I'm processing Yahoo! Groups backup archives, and came across an email message which causes the `.get_payload(decode=True)` step to raise an AssertionError. Particularly, the following exception is raised in `lib/python3.5/email/_encoded_words.py`, line 124:
# This should never happen. raise AssertionError("unexpected binascii.Error") Attached is the file which, when run under Python 3.5.1, causes the exception to be raised. ---------- components: Library (Lib) files: bugreport.py messages: 269346 nosy: Claudiu Saftoiu priority: normal severity: normal status: open title: email.message.Message.get_payload(decode=True) raises AssertionError that "should never happen" type: crash versions: Python 3.5 Added file: http://bugs.python.org/file43556/bugreport.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27397> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com