[issue31337] Small opportunity for NULL dereference in compile.c

Serhiy Storchaka report at bugs.python.org
Mon Sep 4 13:18:37 EDT 2017


Serhiy Storchaka added the comment:

Could you please also look at other asserts? I have counted 48 occurrences of assert(0), 11 assert(0 && "message") and 2 assert(!"message"). If fix one occurrence, why not fix all others?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31337>
_______________________________________


More information about the Python-bugs-list mailing list