-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
GH-95029: Describe MSIX isolation and redirection in more detail #95030
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CC @zooba |
Looks good to me, but given that we don't control any of this, I'd like to include a reference to the Microsoft docs and a note saying that the most up to date information is available there. That page is currently https://docs.microsoft.com/windows/msix/desktop/desktop-to-uwp-behind-the-scenes and hopefully when they move it again there'll be a redirect. |
That link is already in the section, just below https://github.com/python/cpython/pull/95030/files#diff-10646dae07701f50c80fe6fa218f1b6a8865144a71fb7f8160ad3fb328a59d0aR389 |
Thanks @tonybaloney for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Thanks @tonybaloney for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
…ion in more detail (pythonGH-95030) (cherry picked from commit b1924b1) Co-authored-by: Anthony Shaw <[email protected]>
GH-95074 is a backport of this pull request to the 3.10 branch. |
…ion in more detail (pythonGH-95030) (cherry picked from commit b1924b1) Co-authored-by: Anthony Shaw <[email protected]>
GH-95075 is a backport of this pull request to the 3.11 branch. |
… more detail (GH-95030) (cherry picked from commit b1924b1) Co-authored-by: Anthony Shaw <[email protected]>
… more detail (GH-95030) (cherry picked from commit b1924b1) Co-authored-by: Anthony Shaw <[email protected]>
Expand the documentation on Windows Store Python to explain folder redirects and registry security
This PR documents the following:
The existing docs suggest installing the "full-package" from python.org as a workaround, which is fine for end-users but package maintainers are trying to diagnose bug reports caused by the Windows Store package and there isn't a resource documenting what these are.
Please backport to 3.7-3.11