mirror of https://github.com/python/cpython
Added USE_MALLOC_DEBUG (disabled)
This commit is contained in:
parent
05d9836462
commit
3a9b3b5943
|
@ -18,3 +18,4 @@
|
|||
#define MAC_TCL /* This *must* be on if USE_TK is on */
|
||||
/* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
|
||||
/* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
|
||||
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
|
||||
|
|
|
@ -19,3 +19,4 @@
|
|||
/* #define MAC_TCL /* This *must* be on if USE_TK is on */
|
||||
#define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
|
||||
#define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
|
||||
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
|
||||
|
|
|
@ -18,3 +18,4 @@
|
|||
/* #define MAC_TCL /* This *must* be on if USE_TK is on */
|
||||
/* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
|
||||
/* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
|
||||
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
|
||||
|
|
Loading…
Reference in New Issue