commit | 323e743d4879f1cd861d0b252775797fb7938755 | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@python.org> | Sat Jun 29 14:28:59 2019 -0700 |
committer | GitHub <noreply@github.com> | Sat Jun 29 14:28:59 2019 -0700 |
tree | cfaccee98a1695fabc022c04450b972e4f79071d | |
parent | 0cba121029bae0a891b02c493cb77633620701be [diff] |
bpo-37369: Fix initialization of sys members when launched via an app container (GH-14467) sys._base_executable is now always defined on all platforms, and can be overridden through configuration. Also adds test.support.PythonSymlink to encapsulate platform-specific logic for symlinking sys.executable