This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matejcik
Recipients matejcik
Date 2021-07-28.13:12:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627477931.04.0.603881151944.issue44762@roundup.psfhosted.org>
In-reply-to
Content
...this is a problem because:

When the check incorrectly infers that it can use `msvcrt` while its stdin is a pipe, the calls to `putwch` and `getwch` are going into the void and the program effectively freezes waiting for input that never comes.

See also:
https://stackoverflow.com/questions/49858821/python-getpass-doesnt-work-on-windows-git-bash-mingw64/54046572
https://github.com/ipython/ipython/issues/854
History
Date User Action Args
2021-07-28 13:12:11matejciksetrecipients: + matejcik
2021-07-28 13:12:11matejciksetmessageid: <1627477931.04.0.603881151944.issue44762@roundup.psfhosted.org>
2021-07-28 13:12:11matejciklinkissue44762 messages
2021-07-28 13:12:10matejcikcreate