[Pyrex] [Cython] Pyrex and const (Re: constify Cython output all over the place (newbie approach))

Greg Ewing greg.ewing at canterbury.ac.nz
Thu May 15 11:03:31 CEST 2008


Kirill Smelkov wrote:

> I think this is going to be trouble at least when interfacing with external
> C++ code and libraries - at least at link time.

You're right, it would break C++ interfacing in a big
way.

So I guess I'll just have to bite the bullet and provide
proper const support. A pity, because it would have been
nice to spare Pyrex users from the tyranny of constness.

-- 
Greg



More information about the Pyrex mailing list