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 serhiy.storchaka
Recipients docs@python, serhiy.storchaka
Date 2015-11-23.06:58:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448261904.1.0.459120146493.issue25701@psf.upfronthosting.co.za>
In-reply-to
Content
tp_setattro and tp_setattr fields of PyTypeObject are used for deleting attributes. In this case the third argument is NULL. This should be documented. Not awareness of this can cause a segmentation fail (for example see issue25691).
History
Date User Action Args
2015-11-23 06:58:24serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python
2015-11-23 06:58:24serhiy.storchakasetmessageid: <1448261904.1.0.459120146493.issue25701@psf.upfronthosting.co.za>
2015-11-23 06:58:24serhiy.storchakalinkissue25701 messages
2015-11-23 06:58:24serhiy.storchakacreate