[issue26539] frozen executables should have an empty path

STINNER Victor report at bugs.python.org
Wed Sep 25 21:23:43 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

The PEP 587 has been implemented in Python 3.8. The new API allows to initialize sys.path to a really empty list: sys.path = [].

* https://docs.python.org/dev/c-api/init_config.html
* https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.module_search_paths

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue26539>
_______________________________________


More information about the Python-bugs-list mailing list