[issue44002] Use functools.lru_cache in urllib.parse instead of 1996 custom caching

Gregory P. Smith report at bugs.python.org
Sat May 1 15:23:36 EDT 2021


Gregory P. Smith <greg at krypto.org> added the comment:

Yeah, the Quoter class seems a little odd...

Past notes of some the caching performance around the character quoting for quote() can be found in https://bugs.python.org/issue1285086 circa 2005-2010.

----------
nosy:  -rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44002>
_______________________________________


More information about the Python-bugs-list mailing list