]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a cast to the call to _Py_Dealloc in the expanded version of
authorGuido van Rossum <guido@python.org>
Tue, 5 Aug 1997 02:30:44 +0000 (02:30 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 5 Aug 1997 02:30:44 +0000 (02:30 +0000)
commit1d529d1ecdb3ec7e8fce97f77fc39ed406b6933f
tree06ce4cbf13b0e85cc14408aff1371d8bd97e7155
parent7f400be210e067e465d13a37fd3f502928621f0f
Add a cast to the call to _Py_Dealloc in the expanded version of
Py_DECREF, to reduce the warnings when compiling with reference count
debugging on.  (There are still warnings for each call to
_Py_NewReference -- too bad.)
Include/object.h