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 ncoghlan
Recipients
Date 2005-03-21.14:45:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Adds generator expression support to the AST branch. 
Support is sufficient to allow test_grammar to pass. 
 
Also eliminates the display of interim results within functions 
compiled at the interactive prompt, and the allocation of large 
amounts of memory when zero is passed to asdl_seq_new. 
History
Date User Action Args
2007-08-23 15:42:19adminlinkissue1167628 messages
2007-08-23 15:42:19admincreate