avoid redundant code in tp_dealloc() and friends when inheriting from builtin types
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 7 Aug 2012 14:00:47 +0000 (16:00 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 7 Aug 2012 14:00:47 +0000 (16:00 +0200)
commit7e039fc975b174b8dc6fa18ecd76b95f5ec39de3
tree031be923a0633daa59fd153741bc1ed50bbc93cc
parent5b8f245292cdddd772a64b207b9f67e1cf5cb8f8
avoid redundant code in tp_dealloc() and friends when inheriting from builtin types
Cython/Compiler/ModuleNode.py