Michael Foord <mich...@voidspace.org.uk> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11664>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to