mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default.
This commit is contained in:
parent
52d52f185a
commit
e86b07cc9a
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue