Re: [Python-Dev] PEP487: Simpler customization of class creation

2016年7月24日 09:35:49 -0700

On 07/24/2016 08:20 AM, Guido van Rossum wrote:
I am very much against this. The two are not at all like each other. Also, 
what's the use case?
To be clear: you are against the automatic calling of __set_name__ and/or 
__set_owner__ when using
setattr outside of class creation? Said another way: class creation mechanics 
should only happen
during class creation?
--
~Ethan~
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to