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 etejedor
Recipients eric.snow, etejedor, ncoghlan, vstinner
Date 2018-12-05.13:34:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Hi Victor,

Thank you for clarifying.

If the call to PyCFunction_New is done from a C extension module, is it also necessary to call Py_Initialize()?
History
Date User Action Args
2018-12-05 13:34:05etejedorsetrecipients: + etejedor, ncoghlan, vstinner, eric.snow
2018-12-05 13:34:05etejedorsetmessageid: <[email protected]>
2018-12-05 13:34:05etejedorlinkissue35408 messages
2018-12-05 13:34:04etejedorcreate