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 xiang.zhang
Recipients Alexey Trenikhin, ezio.melotti, vstinner, xiang.zhang
Date 2017-03-09.07:23:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489044207.52.0.690830769671.issue29764@psf.upfronthosting.co.za>
In-reply-to
Content
You need to first call `Py_Initialize()` to initialize the Python interpreter. It is required.
History
Date User Action Args
2017-03-09 07:23:27xiang.zhangsetrecipients: + xiang.zhang, vstinner, ezio.melotti, Alexey Trenikhin
2017-03-09 07:23:27xiang.zhangsetmessageid: <1489044207.52.0.690830769671.issue29764@psf.upfronthosting.co.za>
2017-03-09 07:23:27xiang.zhanglinkissue29764 messages
2017-03-09 07:23:27xiang.zhangcreate