diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-10-05 05:01:38 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-10-05 05:01:38 +0000 |
commit | 5a29dd30e0117a59714fa083a946997f2355eede (patch) | |
tree | 0960316743c77610bbd62da38ed7701c5edaa4f4 /Python/compile.c | |
parent | 3adac217627fcd90fc82e3aaa3f141c8d8706324 (diff) | |
download | cpython-git-5a29dd30e0117a59714fa083a946997f2355eede.tar.gz |
Fix Coverity #159.
This code was broken if save() returned a negative number since i contained
a boolean value and then we compared i < 0 which should never be true.
Will backport (assuming it's necessary)
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions