Commit d2653b4d authored by Ronan Lamy's avatar Ronan Lamy

Fix __Pyx_unpack_tuple2_exact on pypy

parent f4fe3c42
......@@ -116,7 +116,6 @@ static CYTHON_INLINE int __Pyx_unpack_tuple2_exact(
return 0;
#if CYTHON_COMPILING_IN_PYPY
bad:
Py_XDECREF(iter);
Py_XDECREF(value1);
Py_XDECREF(value2);
if (decref_tuple) { Py_XDECREF(tuple); }
......
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