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 vstinner
Date 2018-07-20.15:37:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532101045.46.0.56676864532.issue34170@psf.upfronthosting.co.za>
In-reply-to
Content
PR 8353 is the last piece of my long work on Py_Main() to separate code *reading* configuration and code *applying* a new configuration. My work on the new _PyPathConfig structure, and the PR should finish that work.

Extract of the commit message:

"A new _PyCoreConfig_SetPathConfig() function now recreates the path configuration from the core configuration. This function is now called very late in _Py_InitializeCore(), just before calling initimport()."
History
Date User Action Args
2018-07-20 15:37:25vstinnersetrecipients: + vstinner
2018-07-20 15:37:25vstinnersetmessageid: <1532101045.46.0.56676864532.issue34170@psf.upfronthosting.co.za>
2018-07-20 15:37:25vstinnerlinkissue34170 messages
2018-07-20 15:37:25vstinnercreate