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 ncoghlan
Recipients amaury.forgeotdarc, christian.heimes, georg.brandl, kristjan.jonsson, ncoghlan, serhiy.storchaka, vstinner
Date 2013-06-15.04:06:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371269207.46.0.562234950336.issue18203@psf.upfronthosting.co.za>
In-reply-to
Content
Note that CPython's main function accesses the C API before calling Py_Initialize(). This is insane, but fixing it is hard (and one of the main goals of PEP 432).

I suggest using Py_IsInitialized() to exclude those from your debug checks for now.
History
Date User Action Args
2013-06-15 04:06:47ncoghlansetrecipients: + ncoghlan, georg.brandl, amaury.forgeotdarc, kristjan.jonsson, vstinner, christian.heimes, serhiy.storchaka
2013-06-15 04:06:47ncoghlansetmessageid: <1371269207.46.0.562234950336.issue18203@psf.upfronthosting.co.za>
2013-06-15 04:06:47ncoghlanlinkissue18203 messages
2013-06-15 04:06:47ncoghlancreate