cpython
cpython copied to clipboard
gh-136063: fix quadratic-complexity parsing in `email.message._parseparam`
@serhiy-storchaka I think this one can be done without changing the interface. Just to be sure, but count() and find() have all linear complexities right (linear in the window they are using, not in the entire string).
- Issue: gh-136063