Skip to content

Commit e51d051

Browse files
committed
Turn off Py_STACKREF_DEBUG by default
1 parent 8c2a574 commit e51d051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_stackref.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ extern "C" {
55
#endif
66

77
// Define this to get precise tracking of stackrefs.
8-
#define Py_STACKREF_DEBUG 1
8+
// #define Py_STACKREF_DEBUG 1
99

1010
#ifndef Py_BUILD_CORE
1111
# error "this header requires Py_BUILD_CORE define"

0 commit comments

Comments
 (0)