fix CPython version check for tp_finalize()
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 6 Aug 2013 07:28:07 +0000 (09:28 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 6 Aug 2013 07:28:07 +0000 (09:28 +0200)
commit9c3105f7bf09680fb5ab588de8d98eeadfacda33
treee231b4c6053c1e4a1e80172f646efed23b4b9ace
parent45a17f1aa020a25b04ca85eb5f463707fae49ee6
fix CPython version check for tp_finalize()
Cython/Compiler/TypeSlots.py
Cython/Utility/CythonFunction.c
Cython/Utility/Generator.c