cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-136063: fix quadratic-complexity parsing in `email.message._parseparam`

Open picnixz opened this issue 6 months ago • 0 comments

@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

picnixz avatar Jun 28 '25 12:06 picnixz