mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Merged revisions 66616 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66616 | martin.v.loewis | 2008-09-25 06:12:50 +0200 (Do, 25 Sep 2008) | 2 lines Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default. ........
This commit is contained in:
parent
78cb491de3
commit
6fea2339d8
2 changed files with 3 additions and 1 deletions
|
|
@ -15,6 +15,8 @@ Core and Builtins
|
||||||
- Issue #1688: On Windows, the input() prompt was not correctly displayed if it
|
- Issue #1688: On Windows, the input() prompt was not correctly displayed if it
|
||||||
contains non-ascii characters.
|
contains non-ascii characters.
|
||||||
|
|
||||||
|
- Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default.
|
||||||
|
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -677,8 +677,8 @@ extremely desirable that it be this fast.
|
||||||
/* This is only useful when running memory debuggers such as
|
/* This is only useful when running memory debuggers such as
|
||||||
* Purify or Valgrind. Uncomment to use.
|
* Purify or Valgrind. Uncomment to use.
|
||||||
*
|
*
|
||||||
*/
|
|
||||||
#define Py_USING_MEMORY_DEBUGGER
|
#define Py_USING_MEMORY_DEBUGGER
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef Py_USING_MEMORY_DEBUGGER
|
#ifdef Py_USING_MEMORY_DEBUGGER
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue