]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Feb 2024 18:18:45 +0000 (19:18 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Feb 2024 18:18:45 +0000 (18:18 +0000)
commit90d103704609eb6c87d2839017f156bea27b2a12
treeb51df6f748e55c18acae309428d1d48e3c100746
parent5ec271db3bd76f7ea723231cbe4eaa93ebe41191
gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185)

Also ensure we always display a debug message or error for RC_INTERNAL_ERROR
(cherry picked from commit c39272e143b346bd6a3c04ca4fbf299163888277)

Co-authored-by: Steve Dower <steve.dower@python.org>
Misc/NEWS.d/next/Windows/2024-02-08-21-37-22.gh-issue-115049.X1ObpJ.rst [new file with mode: 0644]
PC/launcher2.c