[issue1285086] urllib.quote is too slow

Serhiy Storchaka report at bugs.python.org
Wed Feb 13 22:04:37 CET 2013


Serhiy Storchaka added the comment:

Proposed patches not only get rid of the refcount hack, but make unquote() and unquote_to_bytes() even significant faster for large strings.

----------
nosy: +serhiy.storchaka
Added file: http://bugs.python.org/file29064/urllib_faster_unquote.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1285086>
_______________________________________


More information about the Python-bugs-list mailing list