use tp_finalize instead of tp_del for Cython generators
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 3 Aug 2013 19:43:24 +0000 (21:43 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 3 Aug 2013 19:43:24 +0000 (21:43 +0200)
commit4261a694a0b14f61ef3356401739d24f497d1c1f
tree7e8fe5dd4b9cb2aa42564088dc9b26178c62a69e
parent631086f96baac84c47a42dc5f68e13fd9d182e56
use tp_finalize instead of tp_del for Cython generators
Cython/Utility/Generator.c