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 xiang.zhang
Recipients docs@python, eric.snow, ncoghlan, ned.deily, vstinner, xiang.zhang
Date 2018-06-22.09:00:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529658037.91.0.56676864532.issue33932@psf.upfronthosting.co.za>
In-reply-to
Content
> Note: the doc doesn't say that the function must only be called once, nor document the (current) new Python 3.7 restriction (must only be called once):

But the doc says:

  This is a no-op when called for a second time (without calling Py_FinalizeEx() first).

no-op means it could be called twice?
History
Date User Action Args
2018-06-22 09:00:38xiang.zhangsetrecipients: + xiang.zhang, ncoghlan, vstinner, ned.deily, docs@python, eric.snow
2018-06-22 09:00:37xiang.zhangsetmessageid: <1529658037.91.0.56676864532.issue33932@psf.upfronthosting.co.za>
2018-06-22 09:00:37xiang.zhanglinkissue33932 messages
2018-06-22 09:00:37xiang.zhangcreate