Serhiy Storchaka added the comment:

I considered this option, but if save only descriptors with the __set_name__ 
attribute, this would need either double looking up the __set_name__ attribute 
or packing it in a tuple with a value. All this too cumbersome. I chose copying 
all dictionary as the simplest way.

----------

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

Reply via email to