[Pyrex] Re: Proposed patch for Pyrex 0.9.4.1

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Apr 19 02:30:20 CEST 2006


Stefan Behnel wrote:

> * fix the tab bug
> * support for setuptools
> * replace PyObject_CallObject by PyObject_Call in SpecialCallNode

Thanks, I'll see about incorporating these.

> I'd also like to see David Cooke's second patch in there. He updated it a
> while ago and it now manages to remove most of the unused labels that Pyrex
> currently generates.

I'm still inclined to think it's not worth putting
effort into piecemeal reduction of warnings. To my
mind it's not Pyrex at fault here, but running the
C compiler with an inappropriately high level of
warnings.

If people want to make a contribution in this area
that I would consider including, it would be to find
out how to fix the distutils extension so that it
removes the -Wall flag when running the C compiler.

--
Greg



More information about the Pyrex mailing list