Message255480
| Author | jdemeyer |
|---|---|
| Recipients | jdemeyer |
| Date | 2015-11-27.19:56:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1448654213.28.0.807225788685.issue25750@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
`type_getattro()` calls `tp_descr_get(self, obj, type)` without actually owning a reference to "self". In very rare cases, this can cause a segmentation fault if "self" is deleted by the descriptor. Downstream: [http://trac.sagemath.org/ticket/19633] |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-11-27 19:56:53 | jdemeyer | set | recipients: + jdemeyer |
| 2015-11-27 19:56:53 | jdemeyer | set | messageid: <1448654213.28.0.807225788685.issue25750@psf.upfronthosting.co.za> |
| 2015-11-27 19:56:53 | jdemeyer | link | issue25750 messages |
| 2015-11-27 19:56:53 | jdemeyer | create | |