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 <1418342055.43.0.285078914459.issue23033@psf.upfronthosting.co.za>
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: <1418342055.43.0.285078914459.issue23033@psf.upfronthosting.co.za>
2014-12-11 23:54:15alexlinkissue23033 messages
2014-12-11 23:54:15alexcreate