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

That's a regression that I introduced between Python 3.7 and 3.8 when 
refactoring _PyCoreConfig/_PyPathConfig code into PyConfig/_PyPathConfig. 

Previously, if Py_SetPath() was called, the specified string was used to fill 
config->module_search_paths. Now, this string is basically ignored.

PR 16298 fix this 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