Issue #26588: fix compilation on Windows
This commit is contained in:
parent
84aab09421
commit
ff9c5346ea
|
@ -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 */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue