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 yorick
Recipients
Date 2007-02-26.15:28:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
That is quite correct; standard Scheme does not have the ability to eval expressions in a lexical environment. There are of course good performance reasons for that (we don't want to keep all lexical environments around in symbolic form, just in case someone would EVAL an expression referring to a name inside one of them).

It would be fine for Python to have a similar rule, but now it's just weirdly inconsistent.
History
Date User Action Args
2007-08-23 14:29:51adminlinkissue1153622 messages
2007-08-23 14:29:51admincreate