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 alex
Recipients alex, dstufft, pitrou
Date 2014-12-11.23:54:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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 :-)
History
Date User Action Args
2014-12-11 23:54:15alexsetrecipients: + alex, pitrou, dstufft
2014-12-11 23:54:15alexsetmessageid: <[email protected]>
2014-12-11 23:54:15alexlinkissue23033 messages
2014-12-11 23:54:15alexcreate