[issue34206] Move and clarify Py_Main documentation

2020-06-29 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue34206] Move and clarify Py_Main documentation

2020-06-28 Thread Nick Coghlan
Nick Coghlan added the comment: Added 3.8 back in to the target versions. However, if the automatic backport doesn't work for that branch, I'll probably skip it rather than fixing any conflicts. -- versions: +Python 3.8 ___ Python tracker

[issue34206] Move and clarify Py_Main documentation

2020-06-28 Thread Nick Coghlan
Nick Coghlan added the comment: Adjusted target versions, as I never previously got around to merging this PR. -- versions: +Python 3.10, Python 3.9 -Python 3.7, Python 3.8 ___ Python tracker ___

[issue34206] Move and clarify Py_Main documentation

2018-07-26 Thread Eric Snow
Change by Eric Snow : -- nosy: +emilyemorehouse ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue34206] Move and clarify Py_Main documentation

2018-07-26 Thread Eric Snow
Change by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue34206] Move and clarify Py_Main documentation

2018-07-24 Thread Nick Coghlan
Change by Nick Coghlan : -- keywords: +patch pull_requests: +7964 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue34206] Move and clarify Py_Main documentation

2018-07-24 Thread Nick Coghlan
Change by Nick Coghlan : -- dependencies: +Do we support calling Py_Main() after Py_Initialize()? ___ Python tracker ___ ___ Python-

[issue34206] Move and clarify Py_Main documentation

2018-07-24 Thread Nick Coghlan
New submission from Nick Coghlan : 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 e