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 brett.cannon, eric.snow, ncoghlan, ronaldoussoren, vstinner
Date 2018-07-28.04:00:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532750408.69.0.56676864532.issue34247@psf.upfronthosting.co.za>
In-reply-to
Content
Next steps:

- add a test case that runs the same sys.flags checks as in https://github.com/python/cpython/commit/d7ac06126db86f76ba92cbca4cb702852a321f78, but as a test_embed embedding test using Py_Initialize rather than Py_Main
- create a shared internal API that both Py_Main and Py_Initialize can use to write the environment variable settings back to the global variables
History
Date User Action Args
2018-07-28 04:00:08ncoghlansetrecipients: + ncoghlan, brett.cannon, ronaldoussoren, vstinner, eric.snow
2018-07-28 04:00:08ncoghlansetmessageid: <1532750408.69.0.56676864532.issue34247@psf.upfronthosting.co.za>
2018-07-28 04:00:08ncoghlanlinkissue34247 messages
2018-07-28 04:00:08ncoghlancreate