diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-11-23 20:15:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 20:15:16 (GMT) |
commit | 612834e8c211fbddfe66cb8acf83197eb058680c (patch) | |
tree | 53ded9f158a5a7ece5ee37a0b12827cb0ec1515d /Misc/NEWS.d/next/Windows | |
parent | b191bc35f53904783d14df7fc37b0d9cad0f67b0 (diff) | |
download | cpython-612834e8c211fbddfe66cb8acf83197eb058680c.zip cpython-612834e8c211fbddfe66cb8acf83197eb058680c.tar.gz cpython-612834e8c211fbddfe66cb8acf83197eb058680c.tar.bz2 |
Use faster APIs to calculate paths at startup for Store packaged Python on Windows (GH-99345)
(cherry picked from commit 71a4a2da983a651bfcbc1be59c6e27508cdd05c6)
Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-11-23-17-17-16.gh-issue-99345.jOa3-f.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-11-23-17-17-16.gh-issue-99345.jOa3-f.rst b/Misc/NEWS.d/next/Windows/2022-11-23-17-17-16.gh-issue-99345.jOa3-f.rst new file mode 100644 index 0000000..99db0c5 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-11-23-17-17-16.gh-issue-99345.jOa3-f.rst @@ -0,0 +1,2 @@ +Use faster initialization functions to detect install location for Windows +Store package |