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 michael.foord
Recipients brett.cannon, daniel.urban, eric.araujo, ezio.melotti, michael.foord, pablomouzo
Date 2011-03-26.19:02:54
SpamBayes Score 6.374454e-05
Marked as misclassified No
Message-id <1301166175.56.0.333598537312.issue11664@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to ponder this a bit. Note that the patch is incorrect - fetching the attribute should not be done with getattr (this will trigger descriptors instead of fetching the underlying member) and should not be reset unconditionally (if the original was fetched from a base class the just deleting the patched member will restore the original). 

If we decide to do this I can provide a patch.
History
Date User Action Args
2011-03-26 19:02:55michael.foordsetrecipients: + michael.foord, brett.cannon, ezio.melotti, eric.araujo, pablomouzo, daniel.urban
2011-03-26 19:02:55michael.foordsetmessageid: <1301166175.56.0.333598537312.issue11664@psf.upfronthosting.co.za>
2011-03-26 19:02:55michael.foordlinkissue11664 messages
2011-03-26 19:02:54michael.foordcreate