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 barry
Recipients barry, serhiy.storchaka, skrah
Date 2017-09-04.18:06:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
On Sep 4, 2017, at 10:18, Serhiy Storchaka <[email protected]> wrote:
> Serhiy Storchaka added the comment:
> 
> Could you please also look at other asserts? I have counted 48 occurrences of assert(0), 11 assert(0 && "message") and 2 assert(!"message"). If fix one occurrence, why not fix all others?

I think it makes sense to change them all, probably using the pattern that Stefan gave, but let’s do that in a separate issue.
History
Date User Action Args
2017-09-04 18:06:56barrysetrecipients: + barry, skrah, serhiy.storchaka
2017-09-04 18:06:56barrylinkissue31337 messages
2017-09-04 18:06:56barrycreate