[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 12:34:33 +1200
Newsgroups gmane.comp.python.cython.devel,gmane.comp.python.pyrex
Message-ID <[email protected]>
There's something I've been meaning to ask people
about. Until I find a way of handling const properly,
I'm considering having Pyrex put this at the top of
its generated files:

   #define const

so that all Pyrex-generated code will be a totally
const-free zone.

But I don't want to do this if there's a chance
it could break something. Can anyone think of any
problems it could cause?

-- 
Greg