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 eryksun, ezio.melotti, paul.moore, steve.dower, tim.golden, twoone3, vstinner, zach.ware
Date 2020-10-05.10:45:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601894700.58.0.105346610418.issue41941@roundup.psfhosted.org>
In-reply-to
Content
I suggest you to use https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.PyConfig_InitIsolatedConfig API instead of the legacy Py_Initialize() API.
History
Date User Action Args
2020-10-05 10:45:00vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ezio.melotti, zach.ware, eryksun, steve.dower, twoone3
2020-10-05 10:45:00vstinnersetmessageid: <1601894700.58.0.105346610418.issue41941@roundup.psfhosted.org>
2020-10-05 10:45:00vstinnerlinkissue41941 messages
2020-10-05 10:45:00vstinnercreate