Message335378
| 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:47 | bup | set | recipients: + bup |
| 2019-02-13 00:42:47 | bup | set | messageid: <1550018567.03.0.305357698132.issue35979@roundup.psfhosted.org> |
| 2019-02-13 00:42:47 | bup | link | issue35979 messages |
| 2019-02-13 00:42:46 | bup | create | |