STINNER Victor <[email protected]> added the comment:
I merged my pythoninfo change, more complete pythoninfo from the buildbot: os.getgid: 1002 os.getgrouplist: 1002 os.getgroups: 1002 os.getuid: 1002 pwd.getpwuid(1002): pwd.struct_passwd(pw_name='buildbot', pw_passwd='*', pw_uid=1002, pw_gid=1002, pw_gecos='FreeBSD BuildBot', pw_dir='/home/buildbot', pw_shell='/bin/sh') IMHO the test is wrong: it should rely on os.getgroups() rather tan "discover" groups from pw.getpwall(). ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue37400> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
