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 docs@python, eric.snow, ncoghlan, ned.deily, vstinner
Date 2018-06-21.13:41:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529588471.83.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):
https://docs.python.org/dev/c-api/init.html#c.Py_Initialize
History
Date User Action Args
2018-06-21 13:41:11vstinnersetrecipients: + vstinner, ncoghlan, ned.deily, docs@python, eric.snow
2018-06-21 13:41:11vstinnersetmessageid: <1529588471.83.0.56676864532.issue33932@psf.upfronthosting.co.za>
2018-06-21 13:41:11vstinnerlinkissue33932 messages
2018-06-21 13:41:11vstinnercreate