[issue40821] os.getlogin() not working

Christian Heimes report at bugs.python.org
Sat May 30 07:24:08 EDT 2020


Christian Heimes <lists at cheimes.de> added the comment:

On POSIX os.getlogin() is a thin wrapper around the glibc function getlogin() https://linux.die.net/man/3/getlogin . The error is coming from glibc.

----------
nosy: +christian.heimes

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40821>
_______________________________________


More information about the Python-bugs-list mailing list