Kaydet (Commit) e86b07cc authored tarafından Martin v. Löwis's avatar Martin v. Löwis

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

üst 52d52f18
......@@ -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
-------
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment