Message 255130 - Python tracker
Message255130
| 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:04 | serhiy.storchaka | unlink | issue25701 messages |
| 2015-11-23 06:57:21 | serhiy.storchaka | set | recipients: + serhiy.storchaka, docs@python |
| 2015-11-23 06:57:21 | serhiy.storchaka | set | messageid: <1448261841.63.0.685963364339.issue25701@psf.upfronthosting.co.za> |
| 2015-11-23 06:57:21 | serhiy.storchaka | link | issue25701 messages |
| 2015-11-23 06:57:20 | serhiy.storchaka | create | |