fix ref-counting for recursive closures:
authorStefan Behnel <scoder@users.berlios.de>
Sun, 3 May 2009 11:33:41 +0000 (13:33 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 3 May 2009 11:33:41 +0000 (13:33 +0200)
commit6de32fb142b672a7cc4af3334f9f6c6950ed6b01
tree0f6c9a6b57ffd0708f1714a4b605592dabe44e02
parente03c879b24252675c59fa5bc843cbd699d6a4d6d
fix ref-counting for recursive closures:
outer scope ref is initialised exactly once on creation and decref-cleared only by scope cleanup (i.e. the inner closure owns the parent reference)
Cython/Compiler/Nodes.py