commit | 08d821582faab8f3b6eeab1b1fd7520417b82b80 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Apr 18 22:25:03 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Apr 18 22:25:03 2002 +0000 |
tree | 6a3a04ff2da63cca2ab214b49855f586763c3119 | |
parent | 64d80c9f40465f9bed18712bc2b792f28dcac162 [diff] |
_PyObject_DebugMallocStats(): Added some potentially expensive internal consistency checks, enabled only in a debug (Py_DEBUG) build. Note that this never gets called automatically unless PYMALLOC_DEBUG is #define'd too, and the envar PYTHONMALLOCSTATS exists.