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.
2 parents 2e7e2f7 + ed7a02f commit e168c30Copy full SHA for e168c30
Stackless/core/stackless_impl.h
@@ -558,7 +558,7 @@ PyObject * slp_get_channel_callback(void);
558
#define STACKLESS_ASSERT() assert(1)
559
560
#define STACKLESS_RETVAL(obj) (obj)
561
-#define STACKLESS_ASSERT_UNWINDING_VALUE_IS_NOT(val) assert(1)
+#define STACKLESS_ASSERT_UNWINDING_VALUE_IS_NOT(obj, val) assert(1)
562
563
#define STACKLESS_DECLARE_METHOD(type, meth)
564
0 commit comments