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

2016年7月24日 10:03:28 -0700

Yes.
--Guido (mobile)
On Jul 24, 2016 9:34 AM, "Ethan Furman" <[email protected]> wrote:
> 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/guido%40python.org
>
_______________________________________________
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