
May 3, 2019
12:42 p.m.
Jeroen Demeyer <J.Demeyer@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 <report@bugs.python.org> <https://bugs.python.org/issue36743> _______________________________________