[Python-Dev] collections.abc for data and non-data descriptors
Roberto MartÃnez
robertomartinezp at gmail.com
Tue Jan 17 11:51:25 EST 2017
More information about the Python-Dev mailing list
Tue Jan 17 11:51:25 EST 2017
- Previous message (by thread): [Python-Dev] PyObject_CallFunction(func, "O", arg) special case
- Next message (by thread): [Python-Dev] collections.abc for data and non-data descriptors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I miss abstract base classes in collections.abc implementing the descriptor protocol. Any reason why they do not exist? What do you think of adding NonDataDescriptor and DataDescriptor ABCs? Best regards, Roberto -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170117/08d6164b/attachment.html>
- Previous message (by thread): [Python-Dev] PyObject_CallFunction(func, "O", arg) special case
- Next message (by thread): [Python-Dev] collections.abc for data and non-data descriptors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list