Skip to content

Commit

Permalink
merge 3.4-slp (Stackless python#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselm Kruis committed Nov 20, 2016
2 parents d456e29 + e168c30 commit 2c6c6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stackless/core/stackless_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ PyObject * slp_get_channel_callback(void);
#define STACKLESS_ASSERT() assert(1)

#define STACKLESS_RETVAL(obj) (obj)
#define STACKLESS_ASSERT_UNWINDING_VALUE_IS_NOT(val) assert(1)
#define STACKLESS_ASSERT_UNWINDING_VALUE_IS_NOT(obj, val) assert(1)

#define STACKLESS_DECLARE_METHOD(type, meth)

Expand Down

0 comments on commit 2c6c6a6

Please sign in to comment.