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 christian.heimes
Recipients amaury.forgeotdarc, christian.heimes, gregory.p.smith, pfein, pitrou, tamino
Date 2008-09-02.13:21:03
SpamBayes Score 0.00022396463
Marked as misclassified No
Message-id <48BD3DBF.7050607@cheimes.de>
In-reply-to <1220360138.29.0.182615801808.issue1868@psf.upfronthosting.co.za>
Content
Amaury Forgeot d'Arc wrote:
> Maybe __dict__ should be special-cased in local_getattro()?

With the patch it's also no longer possible to get a list of attribute
names. +1 for special casing __dict__ in getattro and setattro.
setattr(local, "__dict__", egg) should raise an AttributeError.

Christian
History
Date User Action Args
2008-09-02 13:21:04christian.heimessetrecipients: + christian.heimes, gregory.p.smith, amaury.forgeotdarc, pitrou, pfein, tamino
2008-09-02 13:21:03christian.heimeslinkissue1868 messages
2008-09-02 13:21:03christian.heimescreate