Commit 550be39f authored by Stefan Behnel's avatar Stefan Behnel

fix broken commit (copy+paste bug)

parent e328c0db
......@@ -1341,9 +1341,8 @@ class CCodeWriter(object):
entry.cname))
else:
self.putln("__Pyx_%sDECREF(%s); %s = 0;" % (
self.entry_as_pyobject(entry),
entry.cname,
null_check and 'X' or '',
self.entry_as_pyobject(entry),
entry.cname))
def put_var_decrefs(self, entries, used_only = 0):
......
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