STINNER Victor <vstin...@redhat.com> added the comment:
Python 3.5 is not vulnerable, it doesn't hang on the following code: import email.policy policy = email.policy.default.clone(max_line_length=20) actual = policy.fold('Subject', '\u0105' * 12) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33529> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com