From: Christian Heimes Date: Mon, 22 Jul 2013 14:34:28 +0000 (+0200) Subject: Some compilers complain about 'control reaches end of non-void function' X-Git-Tag: v3.4.0a1~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b3902a20fa0f58b11824c2226c30f9cd0e71e88;p=python Some compilers complain about 'control reaches end of non-void function' because they don't understand that Py_FatalError() terminates the program. --- 7b3902a20fa0f58b11824c2226c30f9cd0e71e88