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 rhettinger
Recipients r.david.murray, rhettinger, serhiy.storchaka
Date 2015-05-21.14:57:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432220242.65.0.185314682099.issue24257@psf.upfronthosting.co.za>
In-reply-to
Content
> is it the case that if the current check passes incorrectly 
> one will always get a segfauilt or other error?

Yes, that is the case.  All four of these checks precede a reference to an structure member that depends on being an exact type or subtype.  So, yes they are all necessary to prevent segfaults or other undefined behavior.
History
Date User Action Args
2015-05-21 14:57:22rhettingersetrecipients: + rhettinger, r.david.murray, serhiy.storchaka
2015-05-21 14:57:22rhettingersetmessageid: <1432220242.65.0.185314682099.issue24257@psf.upfronthosting.co.za>
2015-05-21 14:57:22rhettingerlinkissue24257 messages
2015-05-21 14:57:22rhettingercreate