From: Victor Stinner Date: Tue, 22 Mar 2016 15:29:02 +0000 (+0100) Subject: Issue #26588: fix compilation on Windows X-Git-Tag: v3.6.0a1~404 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff9c5346ea4388bb0f77c9f92415fbfbc92e429f;p=thirdparty%2FPython%2Fcpython.git Issue #26588: fix compilation on Windows --- diff --git a/Include/pymem.h b/Include/pymem.h index 941e00f6c2c5..3fac5231e196 100644 --- a/Include/pymem.h +++ b/Include/pymem.h @@ -59,6 +59,8 @@ PyAPI_FUNC(int) _PyTraceMalloc_Untrack( PyAPI_FUNC(PyObject*) _PyTraceMalloc_GetTraceback( _PyTraceMalloc_domain_t domain, Py_uintptr_t ptr); + +PyAPI_DATA(int) tracemalloc_debug; #endif /* !Py_LIMITED_API */