This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients barry, christian.heimes, jader.fabiano, pitrou, python-dev, r.david.murray, rhettinger, serhiy.storchaka, tshepang
Date 2014-08-12.11:04:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3hXWQ52kbYz7Lk7@mail.python.org>
In-reply-to
Content
New changeset ba90bd01c5f1 by Serhiy Storchaka in branch '2.7':
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line.
http://hg.python.org/cpython/rev/ba90bd01c5f1

New changeset 1b1f92e39462 by Serhiy Storchaka in branch '3.4':
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line.
http://hg.python.org/cpython/rev/1b1f92e39462

New changeset f296d7d82675 by Serhiy Storchaka in branch 'default':
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line.
http://hg.python.org/cpython/rev/f296d7d82675
History
Date User Action Args
2014-08-12 11:04:14python-devsetrecipients: + python-dev, barry, rhettinger, pitrou, christian.heimes, r.david.murray, tshepang, serhiy.storchaka, jader.fabiano
2014-08-12 11:04:14python-devlinkissue21448 messages
2014-08-12 11:04:14python-devcreate