mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Issue #26588: remove debug traces from _tracemalloc.
This commit is contained in:
parent
92c21d7a7c
commit
f9a71153e9
5 changed files with 5 additions and 91 deletions
|
@ -59,8 +59,6 @@ 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…
Add table
Add a link
Reference in a new issue