Eric Snow added the comment:

I agree with Serhiy that __set_name__ should be looked up on the class like all 
other special methods.  Pickle is a great example why lookup (of __reduce__) on 
the instance is a pain.

----------
nosy: +eric.snow

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

Reply via email to