avoid generating empty PyMethodDef array for types (especially closures)
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 10 Aug 2013 10:12:45 +0000 (12:12 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 10 Aug 2013 10:12:45 +0000 (12:12 +0200)
commit23ef44c7b26041b32d7274fb485f84a03df654ce
tree5df11e2732fafa236fed3b896246cbf17c142939
parentace2e6f9d1cca58bcf2c055e81981385f2caa1d4
avoid generating empty PyMethodDef array for types (especially closures)
Cython/Compiler/ModuleNode.py
Cython/Compiler/TypeSlots.py