[docs] [issue30574] Document why embedding the interpreter can sometimes crash.

Decorater report at bugs.python.org
Mon Jun 5 10:22:56 EDT 2017


Decorater added the comment:

Well the example I linked if I compile it and try to run it it instantly crashes with no explainable reason. I am using the same compiler used to build the core too and the normal interpreter works just fine with the code I am trying to embed. So it seems to definitely be the Py_DecodeLocale or the Py_SetProgramName line.

----------

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


More information about the docs mailing list