Martin v. Löwis <mar...@v.loewis.de> added the comment: Without looking into the details: the places where you cast-away constness look wrong. Either the parameter shouldn't have been declared const, or the target of the assignment needs to be converted to const, too. If the cast is really legitimite, a comment needs to justify it (but then, I think I would still prefer not to change the parameter to const).
---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6952> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com