]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185)
authorSteve Dower <steve.dower@python.org>
Mon, 12 Feb 2024 17:05:38 +0000 (17:05 +0000)
committerGitHub <noreply@github.com>
Mon, 12 Feb 2024 17:05:38 +0000 (17:05 +0000)
commitc39272e143b346bd6a3c04ca4fbf299163888277
tree7953fdee6cc204f9ddc3fb822f65fa42d2e1a79d
parent91bf01d4b15a40be4510fd9ee5e6dc8e9c019fce
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
Misc/NEWS.d/next/Windows/2024-02-08-21-37-22.gh-issue-115049.X1ObpJ.rst [new file with mode: 0644]
PC/launcher2.c