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 3e64d74 commit 0b7a544Copy full SHA for 0b7a544
Include/internal/pycore_stackref.h
@@ -553,7 +553,7 @@ PyStackRef_MakeHeapSafe(_PyStackRef ref)
553
#ifdef _WIN32
554
#define PyStackRef_CLOSE(REF) \
555
do { \
556
- if (PyStackRef_IsUncountedMortal(REF)) Py_DECREF_MORTAL(BITS_TO_PTR(ref)); \
+ if (PyStackRef_IsUncountedMortal(REF)) Py_DECREF_MORTAL(BITS_TO_PTR(REF)); \
557
} while (0)
558
#else
559
static inline void
0 commit comments