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 rhettinger
Recipients
Date 2004-05-12.18:54:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=80475

Jeremy:  I reviewed the lazy binding version of the patch as
much as I could.  Can you take a brief look at just the
changes to the grammar and at the new functions in
compile.c.  The functions were clearly written and neatly
paralleled list comps but I wondered whether it was possible
and desirable to factor-out the commonalities.

Jiwon:  the graminit.h renumbering is fine (all of the
automatically generated files should be left as-as).

Guido:  I was clear on your rationale for preferring late
binding but did not find wording for the reason behind the
precompution of the innermost iterable. I speculate that the
semantics reflect that this is an expression and that all
expressions (except and/or) are immediate. 
History
Date User Action Args
2007-08-23 15:31:40adminlinkissue872326 messages
2007-08-23 15:31:40admincreate