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, ezio.melotti, loewis, vstinner
Date 2012-05-02.06:56:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335941798.1.0.392969189464.issue14656@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I missed the patch. I still fail to see the problem that this solves: what compiler produces "control reaches end of non-void function without return" for the current code? ISTM that your patch has the potential of *introducing* such a warning on some compilers, since you are removing the return statement (and the compiler may not be smart enough to determine that Py_FatalError does not return).
History
Date User Action Args
2012-05-02 06:56:38loewissetrecipients: + loewis, vstinner, benjamin.peterson, ezio.melotti
2012-05-02 06:56:38loewissetmessageid: <1335941798.1.0.392969189464.issue14656@psf.upfronthosting.co.za>
2012-05-02 06:56:37loewislinkissue14656 messages
2012-05-02 06:56:37loewiscreate