Re: [Cython] code generated for arguments of type "type"

2012-07-23 Thread Stefan Behnel
Stefan Behnel, 18.07.2012 09:09: > the following pull request tries to fix the fact that we currently generate > arguments of type "PyObject*" when someone spells out "type" for them. > > https://github.com/cython/cython/pull/126 > > That's mostly a problem in CPython's C-API, but also in some Nu

[Cython] code generated for arguments of type "type"

2012-07-18 Thread Stefan Behnel
Hi, the following pull request tries to fix the fact that we currently generate arguments of type "PyObject*" when someone spells out "type" for them. https://github.com/cython/cython/pull/126 That's mostly a problem in CPython's C-API, but also in some NumPy functions. The correct way to transl