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 lukasz.langa, miss-islington, pablogsal, steve.dower, vstinner
Date 2019-09-26.14:29:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569508178.62.0.304655041905.issue38234@roundup.psfhosted.org>
In-reply-to
Content
> Oh, there is a regression: (...) PyInit__tkinter() calls Py_GetProgramName(). But Python initialization no longer copies PyConfig path configuration into _Py_path_info (the global configuration). So Python has to recompute the path configuration which logs 3 warnings.

It's fixed by commit 12f2f177fc483723406d7917194e7f655a20631b which adds new tests to prevent any regression.
History
Date User Action Args
2019-09-26 14:29:38vstinnersetrecipients: + vstinner, lukasz.langa, steve.dower, pablogsal, miss-islington
2019-09-26 14:29:38vstinnersetmessageid: <1569508178.62.0.304655041905.issue38234@roundup.psfhosted.org>
2019-09-26 14:29:38vstinnerlinkissue38234 messages
2019-09-26 14:29:38vstinnercreate