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 <A8B33FC7-961A-43F6-9AC3-9D682DD7A136@python.org>
In-reply-to <1504545517.81.0.857416860361.issue31337@psf.upfronthosting.co.za>
Content
On Sep 4, 2017, at 10:18, Serhiy Storchaka <report@bugs.python.org> 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