Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default.

This commit is contained in:
Martin v. Löwis 2008-09-25 04:12:50 +00:00
parent 52d52f185a
commit e86b07cc9a
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@ What's New in Python 2.6 final
Core and Builtins
-----------------
- Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default.
Library
-------

View File

@ -677,8 +677,8 @@ extremely desirable that it be this fast.
/* This is only useful when running memory debuggers such as
* Purify or Valgrind. Uncomment to use.
*
*/
#define Py_USING_MEMORY_DEBUGGER
*/
#ifdef Py_USING_MEMORY_DEBUGGER