Message357440
> "running an unqualified python and expecting a PATH search to pick up
> the same executable as the parent shell would is not supported and may
> produce unexpected results"
CreateProcessW finds "python.exe" in __APPDIR__ before it even searches PATH. I expect that some scripts depend on this when python.exe isn't in PATH, or when a different version is in PATH. If subprocess implements its own search, it can continue to prioritize the *effective* application directory, from dirname(sys.executable). |
|
Date |
User |
Action |
Args |
2019-11-25 12:36:18 | eryksun | set | recipients:
+ eryksun, paul.moore, eric.smith, tim.golden, zach.ware, steve.dower, uranusjr |
2019-11-25 12:36:18 | eryksun | set | messageid: <1574685378.08.0.338122552664.issue38905@roundup.psfhosted.org> |
2019-11-25 12:36:18 | eryksun | link | issue38905 messages |
2019-11-25 12:36:17 | eryksun | create | |
|