[issue27530] Non-Critical Compiler WARNING: Python Embedding C++11 does not allow non-constant string literals

STINNER Victor report at bugs.python.org
Tue Oct 22 20:38:54 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

This issues has been fixed in Python 3: the second parameter of PyObject_CallMethod() is now a "const char*". Please upgrade to Python 3.

----------
nosy: +vstinner
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27530>
_______________________________________


More information about the Python-bugs-list mailing list