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:24:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Attached PR reworks _PyCoreConfig_Read() to leave _Py_path_config unchanged: *reading* the core configuration must not *modify* the path configuration.

The PR adds _PyCoreConfig.dll_path field.

The change is related to the PEP 432.
History
Date User Action Args
2018-07-20 15:24:12vstinnersetrecipients: + vstinner
2018-07-20 15:24:12vstinnersetmessageid: <[email protected]>
2018-07-20 15:24:12vstinnerlinkissue34170 messages
2018-07-20 15:24:12vstinnercreate