We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3166f9 commit 615cdd2Copy full SHA for 615cdd2
Include/internal/pycore_stackref.h
@@ -5,12 +5,12 @@ extern "C" {
5
#endif
6
7
// Define this to get precise tracking of stackrefs.
8
-#define Py_STACKREF_DEBUG 1
+// #define Py_STACKREF_DEBUG 1
9
10
// Define this to get precise tracking of closed stackrefs.
11
// This will use unbounded memory, as it can only grow.
12
// Use this to track double closes in short-lived programs
13
-#define Py_STACKREF_CLOSE_DEBUG 1
+// #define Py_STACKREF_CLOSE_DEBUG 1
14
15
#ifndef Py_BUILD_CORE
16
# error "this header requires Py_BUILD_CORE define"
0 commit comments