commit | bc6f8de73badfbc1a0662cdf0b3c7539ebdb7bf6 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Aug 12 13:58:23 2014 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Aug 12 13:58:23 2014 +0300 |
tree | d8b61cf5d9b0f9fc68ac4f3fb0851715cc4f9347 | |
parent | 3fdffc9fb69b8c2893c833c494132b00c26f5e8f [diff] |
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. Original patch by Raymond Hettinger.