Jeroen Demeyer <j.deme...@ugent.be> added the comment:

> Perhaps the datamodel docs can be clarified to note that callers are allowed 
> to omit the third argument

That's not true in general, only when __get__ is a slot wrapper (i.e. for 
classes implemented in C). When __get__ is a Python function, nothing special 
is done, it's just a Python function.

----------

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

Reply via email to