bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107)
_PyTraceMalloc_NewReference() is now called by _Py_NewReference(), so move its definition to object.h. Moreover, define it even if Py_LIMITED_API is defined, since _Py_NewReference() is also exposed even if Py_LIMITED_API is defined.
V
Victor Stinner committed
c89a93271447ec65e83a1dc7605e62dbf272cafd
Parent: 6c83d9f
Committed by GitHub <noreply@github.com>
on 10/25/2018, 10:01:56 PM