This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bup
Recipients bup
Date 2019-02-13.00:42:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550018567.03.0.305357698132.issue35979@roundup.psfhosted.org>
In-reply-to
Content
The current signature:

    "__get__($self, instance, owner, /)\n--\n\nReturn an attribute of instance, which is of type owner."

doens't match how wrap_descr_get actually parses the arguments to __get__ with:

    PyArg_UnpackTuple(args, "", 1, 2, &obj, &type)
History
Date User Action Args
2019-02-13 00:42:47bupsetrecipients: + bup
2019-02-13 00:42:47bupsetmessageid: <1550018567.03.0.305357698132.issue35979@roundup.psfhosted.org>
2019-02-13 00:42:47buplinkissue35979 messages
2019-02-13 00:42:46bupcreate