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 vstinner
Recipients eric.snow, etejedor, ncoghlan, vstinner
Date 2018-12-05.14:07:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544018845.31.0.788709270274.issue35408@psf.upfronthosting.co.za>
In-reply-to
Content
> If the call to PyCFunction_New is done from a C extension module, is it also necessary to call Py_Initialize()?

Py_Initialize() must always be called first.
History
Date User Action Args
2018-12-05 14:07:25vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, etejedor
2018-12-05 14:07:25vstinnersetmessageid: <1544018845.31.0.788709270274.issue35408@psf.upfronthosting.co.za>
2018-12-05 14:07:25vstinnerlinkissue35408 messages
2018-12-05 14:07:25vstinnercreate