add minimal support for new tp_finalize type slot in Py3.4 to prevent C compiler...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 12 Oct 2013 07:48:41 +0000 (09:48 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 12 Oct 2013 07:48:41 +0000 (09:48 +0200)
commitb1b0ef4472e666f4646bf02d17cbf1a225020221
treefdcfabf47d9cf5d52e476f922f3a93e498434362
parent049a0fe9df81ef43b839eb6a9c40d0b2cb7b1c79
add minimal support for new tp_finalize type slot in Py3.4 to prevent C compiler warnings
Cython/Compiler/TypeSlots.py
Cython/Utility/CythonFunction.c
Cython/Utility/Generator.c