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 ncoghlan, vstinner
Date 2018-07-24.13:37:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532439469.19.0.56676864532.issue34206@psf.upfronthosting.co.za>
In-reply-to
Content
In resolving issue 34008, we determined that we *do* support calling Py_Main after Py_Initialize, but it's not clear from that current documentation that this implies a Py_Finalize() call, so you don't need to call that again yourself (and it's actually an error to do so).

So this issue covers updating the draft PR I wrote at https://github.com/python/cpython/pull/8023 to move the Py_Main documentation into the initialization and finalization section, and clarify how it relates to the other initialization and finalization functions.
History
Date User Action Args
2018-07-24 13:37:49ncoghlansetrecipients: + ncoghlan, vstinner
2018-07-24 13:37:49ncoghlansetmessageid: <1532439469.19.0.56676864532.issue34206@psf.upfronthosting.co.za>
2018-07-24 13:37:49ncoghlanlinkissue34206 messages
2018-07-24 13:37:49ncoghlancreate