This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients barry, r.david.murray, rad164, vstinner, xtreak
Date 2019-06-17.16:46:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560789991.67.0.254788269876.issue33529@roundup.psfhosted.org>
In-reply-to
Content
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)
History
Date User Action Args
2019-06-17 16:46:31vstinnersetrecipients: + vstinner, barry, r.david.murray, rad164, xtreak
2019-06-17 16:46:31vstinnersetmessageid: <1560789991.67.0.254788269876.issue33529@roundup.psfhosted.org>
2019-06-17 16:46:31vstinnerlinkissue33529 messages
2019-06-17 16:46:31vstinnercreate