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 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:38martin.pantersetrecipients: + martin.panter, scoder, eli.bendersky, serhiy.storchaka
2015-11-23 04:58:38martin.pantersetmessageid: <1448254718.16.0.199090902864.issue25691@psf.upfronthosting.co.za>
2015-11-23 04:58:38martin.panterlinkissue25691 messages
2015-11-23 04:58:37martin.pantercreate