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 loewis
Recipients benjamin.peterson, loewis, vstinner
Date 2012-04-23.22:45:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120424004507.Horde.BWpocKGZi1VPldtzCRAXVNA@webmail.df.eu>
In-reply-to <CAPZV6o8ZcXK=JE9t=SH-Oj6W9oD4bmJRD9dEH5F18X0w-8Mv0w@mail.gmail.com>
Content
>> 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.

Sorry, what I meant is: what specific line (in what specific
source file) is that warning on?

If there is an assert(0) somewhere, there should be no
subsequent code, so no such warning should be generated.
History
Date User Action Args
2012-04-23 22:45:08loewissetrecipients: + loewis, vstinner, benjamin.peterson
2012-04-23 22:45:07loewislinkissue14656 messages
2012-04-23 22:45:07loewiscreate