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 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:53jdemeyersetrecipients: + jdemeyer
2015-11-27 19:56:53jdemeyersetmessageid: <1448654213.28.0.807225788685.issue25750@psf.upfronthosting.co.za>
2015-11-27 19:56:53jdemeyerlinkissue25750 messages
2015-11-27 19:56:53jdemeyercreate