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 barry-scott
Recipients Trundle, barry-scott, loewis, r.david.murray, sebastinas
Date 2009-10-18.15:18:43
SpamBayes Score 0.013189771
Marked as misclassified No
Message-id <1255879125.44.0.193745924143.issue6952@psf.upfronthosting.co.za>
In-reply-to
Content
I was trying to avoid changing the const ness of output parameters.
Given the advice not to go mad on putting const everywhere.

1) I can comment the casts to maintain this goal.
2) Or change the output paramter const ness.

Given your feedback I'm guessing you want me to go further with 
the use of const and do (2).

Barry
History
Date User Action Args
2009-10-18 15:18:45barry-scottsetrecipients: + barry-scott, loewis, sebastinas, r.david.murray, Trundle
2009-10-18 15:18:45barry-scottsetmessageid: <1255879125.44.0.193745924143.issue6952@psf.upfronthosting.co.za>
2009-10-18 15:18:44barry-scottlinkissue6952 messages
2009-10-18 15:18:43barry-scottcreate