]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
subtype_dealloc(): Simplified overly contorted retracking logic. With
authorTim Peters <tim.peters@gmail.com>
Thu, 13 Nov 2003 22:50:00 +0000 (22:50 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 13 Nov 2003 22:50:00 +0000 (22:50 +0000)
commit0bd743cee17ab8a96122ca0cc692419232a3d3bb
tree8a6339b58769a897f13c02e35dff4aa462d2c926
parentf7f9e9966bbb5f8bf393006720d2e87167e81847
subtype_dealloc():  Simplified overly contorted retracking logic.  With
this change, I think subtype_dealloc is actually a smidgen less obscure
than it was in 2.3 -- we got rid of a negation in an "if" <wink>.
Objects/typeobject.c