[Cython] [PATCH] Make __Pyx_ArgTypeTest() use "const char*" to suppress warning

Stefan Behnel stefan_ml at behnel.de
Sun Sep 7 16:16:38 CEST 2008


Ondrej Certik wrote:
> On Sun, Sep 7, 2008 at 3:28 PM, Stefan Behnel <stefan_ml at behnel.de> wrote:
>> Ondrej Certik wrote:
>>> please pull from here another const fix.
>>>
>>> http://freehg.org/u/certik/cython-devel/
>> Sorry, the const change in __Pyx_ImportType() breaks building under Py2.3, so
>> it can't go in.
> 
> I see -- if you have the error log around, could you please post it,
> so that I can see if it can be fixed?

No, lost it already, so I don't know which of the two consts was the problem.
But you can run runtests.py under Py2.3 to see for yourself.

Stefan


More information about the Cython-dev mailing list