diff options
author | Jacob Walls <jacobtylerwalls@gmail.com> | 2023-11-27 18:05:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 18:05:55 (GMT) |
commit | 99a73c3465a45fe57cac01a917fc50e0743b5964 (patch) | |
tree | be3c8979398f0e81a6e9d5bccb7b3d715f1cb418 /Python/crossinterp.c | |
parent | 936c503a442ee062c837e334f237796554c792ff (diff) | |
download | cpython-99a73c3465a45fe57cac01a917fc50e0743b5964.zip cpython-99a73c3465a45fe57cac01a917fc50e0743b5964.tar.gz cpython-99a73c3465a45fe57cac01a917fc50e0743b5964.tar.bz2 |
gh-76912: Raise OSError from any failure in getpass.getuser() (#29739)
* bpo-32731: Raise OSError from any failure in getpass.getuser()
Previously, if the username was not set in certain environment variables, ImportError escaped on Windows systems, and it was possible for KeyError to escape on other systems if getpwuid() failed.
Diffstat (limited to 'Python/crossinterp.c')
0 files changed, 0 insertions, 0 deletions