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 vstinner
Recipients berker.peksag, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2015-03-21.16:29:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYf2aH93fxH+qACdFg7Kork+27iwQg4Wbc0AqY7DKQGBg@mail.gmail.com>
In-reply-to <1426949222.36.0.0603405214116.issue23571@psf.upfronthosting.co.za>
Content
Serhiy Storchaka added the comment:
> Why this assert is needed? Why not always raise SystemError?

A SystemError exception may be ignored by a generic "except Exception:
pass" or logged at debug level at then ignored.

I consider that the bug is important, and that you must fix it. The
debug mode is to detect bugs earlier, right?
History
Date User Action Args
2015-03-21 16:29:57vstinnersetrecipients: + vstinner, pitrou, python-dev, berker.peksag, serhiy.storchaka
2015-03-21 16:29:57vstinnerlinkissue23571 messages
2015-03-21 16:29:57vstinnercreate