[issue9369] const char* for PyObject_CallMethod and PyObject_CallFunction

Martin v. Löwis report at bugs.python.org
Sat Oct 2 19:09:36 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

AFAICT, they are compatible, so +1.

The typical proposition of an incompatible change either proposes to use const char* as the return type, or has multi-level pointers that are proposed to be constified.

----------

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


More information about the Python-bugs-list mailing list