[Python-checkins] cpython: Issue #26588: fix compilation on Windows

victor.stinner python-checkins at python.org
Tue Mar 22 11:29:08 EDT 2016


https://hg.python.org/cpython/rev/340ed3ff2656
changeset:   100657:340ed3ff2656
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Mar 22 16:29:02 2016 +0100
summary:
  Issue #26588: fix compilation on Windows

files:
  Include/pymem.h |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Include/pymem.h b/Include/pymem.h
--- a/Include/pymem.h
+++ b/Include/pymem.h
@@ -59,6 +59,8 @@
 PyAPI_FUNC(PyObject*) _PyTraceMalloc_GetTraceback(
     _PyTraceMalloc_domain_t domain,
     Py_uintptr_t ptr);
+
+PyAPI_DATA(int) tracemalloc_debug;
 #endif   /* !Py_LIMITED_API */
 
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list