STINNER Victor <vstin...@python.org> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38234>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to