Re: [Cython] PyMethod_New compatibility

2015-03-06 Thread Kai Huuhko
perjantai 6. maaliskuuta 2015 10.54.23 UTC+2 Stefan Behnel kirjoitti: > > [moving to cython-users mailing list] > > Kai Huuhko schrieb am 06.03.2015 um 06:55: > > This change: > > > https://github.com/cython/cython/commit/499d98628a8a929ed065bf38ee4ec64051

[Cython] PyMethod_New compatibility

2015-03-06 Thread Kai Huuhko
This change: https://github.com/cython/cython/commit/499d98628a8a929ed065bf38ee4ec6405145e092 removed compatibility code for PyMethod_New to have the same signature with both py2 and py3. Is there an alternative way - that is py2/py3 compatible - within a code block to bind functions to an instanc