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

Greg Ewing <greg.ewing-F+z8Qja7x9Xokq/[email protected]> Thu, 15 May 2008 21:03:31 +1200
Newsgroups gmane.comp.python.cython.devel,gmane.comp.python.pyrex
Message-ID <[email protected]>
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