[issue4415] Failure to check return value of PyBool_FromLong for NULL

2008-11-24 Thread Brian Szuter
New submission from Brian Szuter [EMAIL PROTECTED]: /home/rxc92/project/Python-2.5.2/Python/import.c(imp_is_frozen) Line 2740 Failed to check that the return value of PyBool_FromLong is not NULL Referenced: http://www.python.org/doc/2.5.2/api/boolObjects.html#l2h-400 -- components:

[issue4415] Failure to check return value of PyBool_FromLong for NULL

2008-11-24 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: There doesn't need to be a NULL check here. The exception is merely propagated to the caller. -- nosy: +benjamin.peterson resolution: - invalid status: open - closed ___ Python tracker [EMAIL