[issue33529] Infinite loop on folding email if headers has no spaces

2018-11-06 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +9673 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33529] Infinite loop on folding email if headers has no spaces

2018-06-17 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: -7371 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33529] Infinite loop on folding email if headers has no spaces

2018-06-17 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +7371 stage: -> patch review ___ Python tracker ___ ___

[issue33529] Infinite loop on folding email if headers has no spaces

2018-06-17 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: I tried the test case on master branch. I ran the test case on 1GB RAM Linux based digitalocean droplet to have the script killed. Please find the results as below : # Python build ➜ cpython git:(master) ✗ ./python Python 3.8.0a0

[issue33529] Infinite loop on folding email if headers has no spaces

2018-05-15 Thread radical164
New submission from radical164 : I just reported a bug about email folding at issue 33524, but this issue is more fatal in some languages like Chinese or Japanese, which does not insert spaces between each words. Python 3.6.5 has this issue, while 3.6.4 does not. Create an