A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2017-October/149697.html below:

[Python-Dev] Investigating time for `import requests`

[Python-Dev] Investigating time for `import requests` [Python-Dev] Investigating time for `import requests`Antoine Pitrou solipsis at pitrou.net
Mon Oct 2 16:57:02 EDT 2017
On Mon, 2 Oct 2017 11:15:35 -0400
Barry Warsaw <barry at python.org> wrote:
> 
> I think there are opportunities for an explicit API for lazy compilation of regular expressions, but I’m skeptical of the adoption curve making it worthwhile.  But maybe I’m wrong!

We already have two caching schemes available in the re module: one
explicit and eager with re.compile(), one implicit and lazy with
re.search() and friends.  I doubt we really need a third one :-)

Regards

Antoine.


More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4