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:57:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448261841.63.0.685963364339.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 issue25698).
History
Date User Action Args
2015-11-23 06:58:04serhiy.storchakaunlinkissue25701 messages
2015-11-23 06:57:21serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python
2015-11-23 06:57:21serhiy.storchakasetmessageid: <1448261841.63.0.685963364339.issue25701@psf.upfronthosting.co.za>
2015-11-23 06:57:21serhiy.storchakalinkissue25701 messages
2015-11-23 06:57:20serhiy.storchakacreate