]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
rearranged code in debugging version of DELREF to avoid touching data
authorGuido van Rossum <guido@python.org>
Wed, 7 Sep 1994 14:36:45 +0000 (14:36 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 7 Sep 1994 14:36:45 +0000 (14:36 +0000)
commit9776adf56561fa492f6261e1710ac2ac0e7fdc08
tree5831d28831a4718596244fce2920ef1be77c43b1
parentc6cf1dd31758f945b75dcf4758b1424bbdf939c5
rearranged code in debugging version of DELREF to avoid touching data
after it has been freed.
Objects/object.c