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

I understand that Python 3.5, 3.6 and 3.7 are also affected. It's not a 
regression.

On Python 3.5, 3.6 and 3.7, when Py_SetPath(path) is called, Py_GetPrefix() 
also returns an empty path. So at least the directory based on Py_GetPrefix() 
should also be skipped on Python 3.5-3.7 if Py_GetPrefix() is empty, right?

----------
type: behavior -> security
versions: +Python 3.10, Python 3.5, Python 3.6, Python 3.7

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

Reply via email to