From: Serhiy Storchaka Date: Tue, 12 Aug 2014 11:00:29 +0000 (+0300) Subject: Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long... X-Git-Tag: v3.5.0a1~1082 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e133cab39a618e341e30e0ed7f266f238e73826;p=thirdparty%2FPython%2Fcpython.git Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. Original patch by Raymond Hettinger. --- 1e133cab39a618e341e30e0ed7f266f238e73826