Lisandro Dalcin wrote: > The > real issue is that Python does not properly uses 'const' in a > consistent way.
The reason I don't like const is that it requires one to go to a lot of effort, and the benefits, if any, don't seem to come anywhere near justifying it. I would have preferred to just leave const out of the Pyrex language, but that doesn't look like it will be possible. > Moreover, I believe that at Cython/Pyrex should gain support for > 'const' in a primitive way Pyrex will support const, I've made that decision now. And it won't be primitive, it'll be full and correct support. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
