]> granicus.if.org Git - python/commit
a & b were dereffed above, so they are known to be valid pointers.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 16 Jul 2006 02:00:32 +0000 (02:00 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 16 Jul 2006 02:00:32 +0000 (02:00 +0000)
commitef02b9e1445b7c7ae60c790a68ed1e0e75dfe435
treebc9eec9af77a0a102700222dc44784f18571e96a
parent84be93b2db7e8c351bc5f25991c14a1384b5b523
a & b were dereffed above, so they are known to be valid pointers.
z is known to be NULL, nothing to DECREF.

Reported by Klockwork, #107.
Objects/longobject.c