Message322020
| 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:25 | vstinner | set | recipients: + vstinner |
| 2018-07-20 15:37:25 | vstinner | set | messageid: <1532101045.46.0.56676864532.issue34170@psf.upfronthosting.co.za> |
| 2018-07-20 15:37:25 | vstinner | link | issue34170 messages |
| 2018-07-20 15:37:25 | vstinner | create | |