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 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
