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 barry, christian.heimes, emilyemorehouse, eric.snow, ncoghlan, vstinner
Date 2019-05-15.02:07:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557886047.2.0.702623114719.issue33919@roundup.psfhosted.org>
In-reply-to
Content
Update. I implemented _testinternalcapi.get_configs() which exports *all* Python configuration used to initialize Python. It contains the hash seed for example. The function is only written for tests.

Moreover, I proposed the PEP 587 to expose the new _PyCoreConfig as a public C API.
History
Date User Action Args
2019-05-15 02:07:27vstinnersetrecipients: + vstinner, barry, ncoghlan, christian.heimes, eric.snow, emilyemorehouse
2019-05-15 02:07:27vstinnersetmessageid: <1557886047.2.0.702623114719.issue33919@roundup.psfhosted.org>
2019-05-15 02:07:27vstinnerlinkissue33919 messages
2019-05-15 02:07:27vstinnercreate