diff options
author | Christian Heimes <christian@python.org> | 2015-04-16 17:25:45 +0200 |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2015-04-16 17:25:45 +0200 |
commit | e8e4283cecd99ce7eb07c2786e385d22946e15cd (patch) | |
tree | a62b71554094ef9418d0b24dae2aeb92059f1910 /Python/Python-ast.c | |
parent | 82adeffc13e50676b94011844865fe458070a24d (diff) | |
download | cpython-git-e8e4283cecd99ce7eb07c2786e385d22946e15cd.tar.gz |
Remove redundant check for tb != NULL to shut up Coverity . It has been set to Py_None a couple of lines earlier.
CID 1291697 (#1 of 1): Dereference before null check (REVERSE_INULL)
check_after_deref: Null-checking tb suggests that it may be null, but it has already been dereferenced on all paths leading to the check.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions