make generators use tp_finalize instead of tp_del for cleanup in Py3.4+
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 9 Aug 2013 06:58:10 +0000 (08:58 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 9 Aug 2013 06:58:10 +0000 (08:58 +0200)
commitafea878963768409cac87559685c3e0a43639d28
treec3843449433ae154ce559efe8e4559b6fefaa5a6
parentda34a2872f58496e956b6d5ff3d25ecc41d8c60c
make generators use tp_finalize instead of tp_del for cleanup in Py3.4+
Cython/Utility/Generator.c
Cython/Utility/ModuleSetupCode.c