Message 255125 - Python tracker
Message255125
| Author | martin.panter |
|---|---|
| Recipients | eli.bendersky, martin.panter, scoder, serhiy.storchaka |
| Date | 2015-11-23.04:58:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1448254718.16.0.199090902864.issue25691@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The patch looks good to me. This may be a side effect of poor documentation. I guess the documentation at <https://docs.python.org/dev/c-api/typeobj.html#c.PyTypeObject.tp_setattro> and/or the referenced functions should mention that the they also delete attributes when the name argument is null. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-11-23 04:58:38 | martin.panter | set | recipients: + martin.panter, scoder, eli.bendersky, serhiy.storchaka |
| 2015-11-23 04:58:38 | martin.panter | set | messageid: <1448254718.16.0.199090902864.issue25691@psf.upfronthosting.co.za> |
| 2015-11-23 04:58:38 | martin.panter | link | issue25691 messages |
| 2015-11-23 04:58:37 | martin.panter | create | |