Eric V. Smith <e...@trueblade.com> added the comment:

> During this processing of fields, couldn't you just special case 
> property/descriptor objects?

What if you want the field to be a descriptor?

I think the best way of handling this would be to use some sentinel value for 
the default, and if found look up the value on the instance, not the class.

But I'm a little worried this might break something else.

----------

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

Reply via email to