Commit d85dba6a authored by gsamain's avatar gsamain Committed by Xavier Thompson

Clean cyrefcount for LetNode

parent f59084b1
......@@ -252,8 +252,7 @@ class LetNodeMixin:
if self.temp_type.is_pyobject:
code.put_decref_clear(self.temp, self.temp_type)
elif self.temp_type.is_cyp_class:
pass
#code.put_decref_clear(self.temp, self.temp_type)
code.put_cyxdecref(self.temp)
code.funcstate.release_temp(self.temp)
......
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