[issue6952] deprecated conversion from string constant to char *

Barry Alan Scott report at bugs.python.org
Sun Oct 18 17:18:45 CEST 2009


Barry Alan Scott <barry-scott at users.sourceforge.net> added the comment:

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

----------
components: +Extension Modules -Interpreter Core

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6952>
_______________________________________


More information about the Python-bugs-list mailing list