bpo-35053: Add Include/tracemalloc.h (GH-10091)
* Modify object.h to ensure that pymem.h is included, to get _Py_tracemalloc_config variable. * Move _PyTraceMalloc_XXX() functions to tracemalloc.h, they need PyObject type. Break circular dependency between pymem.h and object.h.
V
Victor Stinner committed
6279c1c5003cd94b5e04e568ce3df7c4e8f1eaa3
Parent: 9e00e80
Committed by GitHub <noreply@github.com>
on 10/25/2018, 1:54:13 PM