summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index d41d579327..562c027113 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1374,6 +1374,9 @@
externally defined: 0 */
#undef Py_HASH_ALGORITHM
+/* Define if you want to enable tracing references for debugging purpose */
+#undef Py_TRACE_REFS
+
/* assume C89 semantics that RETSIGTYPE is always void */
#undef RETSIGTYPE