This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients damahay123, loewis
Date 2009-08-20.22:13:33
SpamBayes Score 1.4894271e-05
Marked as misclassified No
Message-id <1250806414.54.0.560814406521.issue6742@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-08-20 22:13:34loewissetrecipients: + loewis, damahay123
2009-08-20 22:13:34loewissetmessageid: <1250806414.54.0.560814406521.issue6742@psf.upfronthosting.co.za>
2009-08-20 22:13:33loewislinkissue6742 messages
2009-08-20 22:13:33loewiscreate