Commit 10c19faf authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents c8e32bb6 16c0ca29
......@@ -4413,6 +4413,7 @@ class BufferIndexNode(_IndexingBaseNode):
def free_temps(self, code):
for temp in self.index_temps:
code.funcstate.release_temp(temp)
self.index_temps = ()
super(BufferIndexNode, self).free_temps(code)
......
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