Message255480
`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] |
|
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 | |
|