]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35059: Convert _Py_Dealloc() to static inline function (GH-10223)
authorVictor Stinner <vstinner@redhat.com>
Tue, 30 Oct 2018 13:48:26 +0000 (14:48 +0100)
committerGitHub <noreply@github.com>
Tue, 30 Oct 2018 13:48:26 +0000 (14:48 +0100)
commit3c09dca4b5de9fe8c8756251d02f49cf093b88c1
tree7d0fd98cd5ced4a4655db5b5e2245277851b035b
parente1b29950bf751381538e3c8ea6a3e0a98d01dbfb
bpo-35059: Convert _Py_Dealloc() to static inline function (GH-10223)

Convert _Py_Dealloc() macro into a static inline function. Moreover,
it is now also defined as a static inline function if Py_TRACE_REFS
is defined.
Include/object.h
Objects/object.c