]> granicus.if.org Git - python/commitdiff
Issue #26588: fix compilation on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 22 Mar 2016 15:29:02 +0000 (16:29 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 22 Mar 2016 15:29:02 +0000 (16:29 +0100)
Include/pymem.h

index 941e00f6c2c57227cb96c4b9cd0ee5139fcf522c..3fac5231e196f8e90e6c4bbe027931d1af7ff4b7 100644 (file)
@@ -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 */