[issue6742] Embedding python into shared library crash on AIX

Martin v. Löwis report at bugs.python.org
Fri Aug 21 00:13:34 CEST 2009


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

If you get differing results from Py_IsInitialized, my guess is that you
managed to link two different copies of the Python VM into your
application, each with its own set of global variables.

An AIX expert would be required to diagnose this in more detail;
unfortunately, we are not aware of any such expert.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list