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 benjamin.peterson
Recipients benjamin.peterson, loewis, vstinner
Date 2012-04-23.22:19:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAPZV6o8ZcXK=JE9t=SH-Oj6W9oD4bmJRD9dEH5F18X0w-8Mv0w@mail.gmail.com>
In-reply-to <1335219127.33.0.144441842196.issue14656@psf.upfronthosting.co.za>
Content
2012/4/23 Martin v. Löwis <report@bugs.python.org>:
>
> Martin v. Löwis <martin@v.loewis.de> added the comment:
>
> What's the specific warning that you want to eliminate?

"control reaches end of non-void function without return"

Basically, whenever you see "assert(0)" today.
History
Date User Action Args
2012-04-23 22:19:35benjamin.petersonsetrecipients: + benjamin.peterson, loewis, vstinner
2012-04-23 22:19:35benjamin.petersonlinkissue14656 messages
2012-04-23 22:19:35benjamin.petersoncreate