[issue19296] Compiler warning when compiling dbm module

Christian Heimes report at bugs.python.org
Thu Dec 5 22:26:46 CET 2013


Christian Heimes added the comment:

Yes, a cast to char* silences the error. But it could potentially brea contract because dbm_open() could alter the content of the string. I'm just paranoid (again). *g*

----------

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


More information about the Python-bugs-list mailing list