]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-77065: Use `putwch` instead of `putch` in `getpass.win_getpass` (GH-134058...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 May 2025 15:41:37 +0000 (17:41 +0200)
committerGitHub <noreply@github.com>
Thu, 15 May 2025 15:41:37 +0000 (15:41 +0000)
commit438f464a5a402ad6901578469dbca7b67c3e11dc
tree834e4e17d9ad66e068ee65e2811be2622680da79
parent31deafb8eee8c07a084c77e57101d99a2b993698
[3.14] gh-77065: Use `putwch` instead of `putch` in `getpass.win_getpass` (GH-134058) (#134059)

gh-77065: Use `putwch` instead of `putch` in `getpass.win_getpass` (GH-134058)
(cherry picked from commit 52a7a22a6b85a470e993b3399b0ee043e5c3596e)

Co-authored-by: Semyon Moroz <donbarbos@proton.me>
Lib/getpass.py