]> granicus.if.org Git - python/commit
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Aug 2014 11:00:29 +0000 (14:00 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Aug 2014 11:00:29 +0000 (14:00 +0300)
commit1e133cab39a618e341e30e0ed7f266f238e73826
tree7234fd344af170eb200ad49e2aa6153939eedff1
parent2a140fb58ba7713dea01b9c3b72f63f41016541a
parent320a1c0ff715b6c04034722393efe510973430ee
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line.
Original patch by Raymond Hettinger.
Misc/NEWS