fix leaking classmethods in cdef classes
authorStefan Behnel <scoder@users.berlios.de>
Sun, 22 Feb 2009 11:12:59 +0000 (12:12 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 22 Feb 2009 11:12:59 +0000 (12:12 +0100)
commit6f3769d1a03db33a05927221e6897fce5c701cc9
treeade1ec0db75505afe91484b7dadb1867d943aaca
parentdc1104f3ddd5b23615851df623cc4b69630e39b6
fix leaking classmethods in cdef classes
Cython/Compiler/ExprNodes.py