Alex Gaynor added the comment:

As a part of this, we might want to consider changing the implementation to not 
compile the SANs into a regular expression. Constantly compiling new regexs can 
cause churn in the `re` cache, which can degrade performance -- also, it's 
probably much worse on PyPy :-)

----------
nosy: +alex

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23033>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to