move object finalisation code from tp_dealloc() into tp_finalize() in Py3.4
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 4 Aug 2013 12:58:05 +0000 (14:58 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 4 Aug 2013 12:58:05 +0000 (14:58 +0200)
commit6fdb49bd84192089c7e742d46594b59ad6431b31
tree9ee8d50b1973ddd0cb8720fdb4f49dc5891b8dd8
parent4261a694a0b14f61ef3356401739d24f497d1c1f
move object finalisation code from tp_dealloc() into tp_finalize() in Py3.4
CHANGES.rst
Cython/Compiler/ModuleNode.py
Cython/Compiler/Symtab.py
Cython/Compiler/TypeSlots.py
Cython/Utility/ExtensionTypes.c