]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149879: Fix test_pwd on Cygwin (#149880)
authorVictor Stinner <vstinner@python.org>
Fri, 15 May 2026 16:33:46 +0000 (18:33 +0200)
committerGitHub <noreply@github.com>
Fri, 15 May 2026 16:33:46 +0000 (16:33 +0000)
commitc92588efd3676685688b947ed9abe5c0cc9e7b81
tree7301d4ada5f927bb2054100a6bb544d777690c32
parent8be3fb1b50ce6b01bf0924f0a0362a5e04af83b4
gh-149879: Fix test_pwd on Cygwin (#149880)

On Cygwin, pwd.getpwuid(-1) returns an user ('Unknown+User').
Lib/test/test_pwd.py