commit | b255069d43f44cb5fee978edf580923979f38826 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue May 09 05:38:56 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue May 09 05:38:56 2006 +0000 |
tree | c8991dee0057e53bcdcad8dcb0e6914d75e85757 | |
parent | e854e765f40a7af814fc9ba0c57b7877eaeb21f9 [diff] |
Micro optimization. In the first case, we know that frame->f_exc_type is NULL, so there's no reason to do anything with it. In the second case, we know frame->f_exc_type is not NULL, so we can just do an INCREF.