[issue17441] Do not cache re.compile

Antoine Pitrou report at bugs.python.org
Mon Oct 28 11:34:18 CET 2013


Antoine Pitrou added the comment:

> So what is a decision?

Is there a clear performance benefit in removing the caching?

If the problem is cache pollution perhaps re.compile can get a separate cache :-)

----------

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


More information about the Python-bugs-list mailing list