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 crutcher_gmail
Recipients
Date 2006-01-11.00:24:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
There is an inconsistancy in the way that dictionary
subclasses behave
when they are used as as namespaces in execs.

Basically, while python 2.4 permits the usage of
dictionary subclasses
for local environments, it still bypasses the subclass
functions and
uses the C API for global environments. The attached
patch (and
unittest!) addresses this issue.

I'm pretty sure we keep the fast path in this.
History
Date User Action Args
2007-08-23 15:45:15adminlinkissue1402289 messages
2007-08-23 15:45:15admincreate