Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5d7702

Browse files
committed
whoops, I wanted that commented out by default, will add doc to Misc
1 parent 7eb3c91 commit b5d7702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/obmalloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,8 +541,8 @@ new_arena(void)
541541
/* This is only useful when running memory debuggers such as
542542
* Purify or Valgrind. Uncomment to use.
543543
*
544-
*/
545544
#define Py_USING_MEMORY_DEBUGGER
545+
*/
546546

547547
#ifdef Py_USING_MEMORY_DEBUGGER
548548

0 commit comments

Comments
 (0)