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
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