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/2004-January/041946.html below:

[Python-Dev] [872326] generator expression implementation

[Python-Dev] [872326] generator expression implementation [Python-Dev] [872326] generator expression implementationArmin Rigo arigo at tunes.org
Mon Jan 12 05:58:43 EST 2004
Hello,

Sorry to bring this out again, I didn't find a reference about the following 
issue in generator expressions:

  (for x in expr)

When should 'expr' be evaluated?  A priori, one would expect it to be 
evaluated immediately, but it is not what the suggested implementation does:

def __gen():
  for x in expr:
    yield x
__gen()

This only computes expr when the first element of the generator is needed (so
it may even never be computed).  Is it done purposefully?  It may also be
surprising to see the anonymous generator in tracebacks if an exception is
raised within expr.


A bientot,

Armin.


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