summaryrefslogtreecommitdiffstats
path: root/Include/pymem.h
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-03-22 22:54:42 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2016-03-22 22:54:42 (GMT)
commitf9a71153e9122a3d2bb86fc479bdda2f2adc859e (patch)
tree5ac6eada02b6c077b240eb90300f6fbd21915d24 /Include/pymem.h
parent92c21d7a7c3a925358e606ffa7ab25cc7e73f0b3 (diff)
downloadcpython-f9a71153e9122a3d2bb86fc479bdda2f2adc859e.zip
cpython-f9a71153e9122a3d2bb86fc479bdda2f2adc859e.tar.gz
cpython-f9a71153e9122a3d2bb86fc479bdda2f2adc859e.tar.bz2
Issue #26588: remove debug traces from _tracemalloc.
Diffstat (limited to 'Include/pymem.h')
-rw-r--r--Include/pymem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/pymem.h b/Include/pymem.h
index 3fac523..941e00f 100644
--- a/Include/pymem.h
+++ b/Include/pymem.h
@@ -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 */