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 christian.heimes
Recipients christian.heimes, methane, vstinner, xiang.zhang
Date 2016-09-21.13:02:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474462926.83.0.688965702639.issue28042@psf.upfronthosting.co.za>
In-reply-to
Content
Coverity ignores asserts() because they are not in the final code. If you are sure that 'j' can never be < 0, then I can simply ignore the issue.
History
Date User Action Args
2016-09-21 13:02:06christian.heimessetrecipients: + christian.heimes, vstinner, methane, xiang.zhang
2016-09-21 13:02:06christian.heimessetmessageid: <1474462926.83.0.688965702639.issue28042@psf.upfronthosting.co.za>
2016-09-21 13:02:06christian.heimeslinkissue28042 messages
2016-09-21 13:02:06christian.heimescreate