[Python-Dev] PEP487: Simpler customization of class creation
Guido van Rossum
gvanrossum at gmail.com
Sun Jul 24 13:00:58 EDT 2016
More information about the Python-Dev mailing list
Sun Jul 24 13:00:58 EDT 2016
- Previous message (by thread): [Python-Dev] PEP487: Simpler customization of class creation
- Next message (by thread): [Python-Dev] PEP487: Simpler customization of class creation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yes. --Guido (mobile) On Jul 24, 2016 9:34 AM, "Ethan Furman" <ethan at stoneleaf.us> 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 > Python-Dev at python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/guido%40python.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20160724/1248b7e6/attachment.html>
- Previous message (by thread): [Python-Dev] PEP487: Simpler customization of class creation
- Next message (by thread): [Python-Dev] PEP487: Simpler customization of class creation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list