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 ajaksu2, barry, ezio.melotti, fijall, flox, jepler, orsenthil, pitrou, python-dev, rhettinger, serhiy.storchaka, tseaver
Date 2013-03-14.19:43:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3ZRgMM48JZzR5p@mail.python.org>
In-reply-to
Content
New changeset 4927899bea8d by Serhiy Storchaka in branch '2.7':
Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote().
http://hg.python.org/cpython/rev/4927899bea8d

New changeset 3cb07925fcb9 by Serhiy Storchaka in branch '3.2':
Issue #1285086: Get rid of the refcounting hack and speed up
http://hg.python.org/cpython/rev/3cb07925fcb9

New changeset 209a9c2de9bd by Serhiy Storchaka in branch '3.3':
Issue #1285086: Get rid of the refcounting hack and speed up
http://hg.python.org/cpython/rev/209a9c2de9bd

New changeset 9367411a261e by Serhiy Storchaka in branch 'default':
Issue #1285086: Get rid of the refcounting hack and speed up
http://hg.python.org/cpython/rev/9367411a261e
History
Date User Action Args
2013-03-14 19:43:28python-devsetrecipients: + python-dev, barry, jepler, rhettinger, tseaver, orsenthil, pitrou, ajaksu2, ezio.melotti, flox, fijall, serhiy.storchaka
2013-03-14 19:43:28python-devlinkissue1285086 messages
2013-03-14 19:43:28python-devcreate