bpo-33529: Fix Infinite loop on folding email if headers has non_ascii by corona10 · Pull Request #7763 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Closed
corona10 wants to merge 1 commit intopython:masterfrom
Closed
bpo-33529: Fix Infinite loop on folding email if headers has non_ascii#7763
corona10 wants to merge 1 commit intopython:masterfrom
bpo-33529: Fix Infinite loop on folding email if headers has non_ascii#7763
corona10 wants to merge 1 commit intopython:masterfrom
Conversation
Copy link Copy Markdown
Member
corona10
requested a review
from a team
as a code owner
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
corona10
closed this
Copy link Copy Markdown
jrideout
commented
Nov 7, 2018
jrideout commented
Nov 7, 2018Any reason this was closed? This is still an issue on the 3.6 branch.
Copy link Copy Markdown
Member Author
corona10
commented
Nov 11, 2018
corona10 commented
Nov 11, 2018@jrideout
I don't think that my PR was the right approach.
I think that we have to read the standard about how to handle
non-ascii characters which is over 78.
If you know the standard we can discuss how to solve this issue
Thanks!
wojcikk2903
mentioned this pull request
Copy link Copy Markdown
Member
vstinner
commented
May 14, 2019
vstinner commented
May 14, 2019FYI PR #12020 has been merged into master: a different fix for the same issue.
corona10
deleted the
bpo-33529
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment