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

Added tests for types.SimpleNamespace and sqlite3.Cursor. It is not easy to reproduce a bug for StopIterator (not sure it is reproducible), but the code looks definitely erroneous in any case.
History
Date User Action Args
2015-05-21 15:25:23serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, r.david.murray
2015-05-21 15:25:23serhiy.storchakasetmessageid: <1432221923.92.0.530954495966.issue24257@psf.upfronthosting.co.za>
2015-05-21 15:25:23serhiy.storchakalinkissue24257 messages
2015-05-21 15:25:23serhiy.storchakacreate