Commit b701479b authored by Kevin Modzelewski's avatar Kevin Modzelewski

Turn on Py_TRACE_REFS in debug builds

I think this adds some pretty heavy debugging that we might not always want,
but turning this on is always my first debugging step.
parent 3f9490a3
......@@ -25,8 +25,7 @@
#ifndef NDEBUG
#define Py_REF_DEBUG
#define PYMALLOC_DEBUG
// Uncomment this to get some very heavy ref debugging:
// #define Py_TRACE_REFS
#define Py_TRACE_REFS
#endif
// These include orders come from CPython:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment