Message345878
| 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:31 | vstinner | set | recipients: + vstinner, barry, r.david.murray, rad164, xtreak |
| 2019-06-17 16:46:31 | vstinner | set | messageid: <1560789991.67.0.254788269876.issue33529@roundup.psfhosted.org> |
| 2019-06-17 16:46:31 | vstinner | link | issue33529 messages |
| 2019-06-17 16:46:31 | vstinner | create | |