This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients Trundle, barry-scott, loewis, r.david.murray, sebastinas
Date 2009-10-17.20:52:56
SpamBayes Score 0.009535168
Marked as misclassified No
Message-id <1255812777.75.0.71541183444.issue6952@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2009-10-17 20:52:57loewissetrecipients: + loewis, barry-scott, sebastinas, r.david.murray, Trundle
2009-10-17 20:52:57loewissetmessageid: <1255812777.75.0.71541183444.issue6952@psf.upfronthosting.co.za>
2009-10-17 20:52:56loewislinkissue6952 messages
2009-10-17 20:52:56loewiscreate