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 arigo
Recipients
Date 2005-02-27.18:58:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4771

By the way, I didn't see discussed anywhere the fact that
the present optimization introduces a semantic change: in
'x.name(expr)' it evaluates 'expr' before calling
'x.__getattribute__("name")'.

If we don't care, fine.  If we do, it seems to me the whole
approach is doomed...
History
Date User Action Args
2007-08-23 15:21:37adminlinkissue709744 messages
2007-08-23 15:21:37admincreate