Issue #26588: fix compilation on Windows

This commit is contained in:
Victor Stinner 2016-03-22 16:29:02 +01:00
parent 84aab09421
commit ff9c5346ea
1 changed files with 2 additions and 0 deletions

View 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 */