Re: [Python-Dev] any tips on malloc debugging?

Sept. 8, 2007
4:16 a.m.
I think there's a way to enable heavier malloc debugging than the normal --with-pydebug. You'll have to enable it manually by editing Python.h I believe. Though it may already be on if you define Py_DEBUG. (Is WITH_PYMALLOC always on?) Ther may also be a libmalloc that enables heavier debugging; the malloc man page would have info. On 9/7/07, Bill Janssen <janssen@parc.com> wrote:
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
6401
Age (days ago)
6401
Last active (days ago)
0 comments
1 participants
participants (1)
-
Guido van Rossum