[issue24302] Dead Code of Handler check in function faulthandler_fatal_error()

2019-10-16 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python

[issue24302] Dead Code of Handler check in function faulthandler_fatal_error()

2015-07-24 Thread STINNER Victor
STINNER Victor added the comment: The check is required to fix a compiler warning. Please keep it, it doesn't bite. Maybe add a comment to explain it. -- ___ Python tracker ___

[issue24302] Dead Code of Handler check in function faulthandler_fatal_error()

2015-07-23 Thread Pankaj Sharma
Changes by Pankaj Sharma : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue24302] Dead Code of Handler check in function faulthandler_fatal_error()

2015-05-27 Thread R. David Murray
Changes by R. David Murray : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue24302] Dead Code of Handler check in function faulthandler_fatal_error()

2015-05-27 Thread pankaj.s01
New submission from pankaj.s01: Hi, There is dead code reported in this issue and I think no need to check for NULL of 'handler' in function faulthandler_fatal_error() and file Python-3.4.3/Modules/faulthandler.c . where 'handler' is pointed to staic array faulthandler_handlers[] which never w