Martin v. Löwis <mar...@v.loewis.de> added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14656>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to