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-05-28.10:34:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1038590

After looking in all the wrong places, it turned out to be something 
simple in the compiler. I factored out the relevant code from the 
function compilation, so that lambda compilation can use it too. 
 
Assigning to Brett for review. 
History
Date User Action Args
2007-08-23 14:31:08adminlinkissue1186353 messages
2007-08-23 14:31:08admincreate