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 vstinner
Recipients koobs, vstinner
Date 2019-06-25.13:23:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561469001.17.0.853063353694.issue37400@roundup.psfhosted.org>
In-reply-to
Content
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().
History
Date User Action Args
2019-06-25 13:23:21vstinnersetrecipients: + vstinner, koobs
2019-06-25 13:23:21vstinnersetmessageid: <1561469001.17.0.853063353694.issue37400@roundup.psfhosted.org>
2019-06-25 13:23:21vstinnerlinkissue37400 messages
2019-06-25 13:23:21vstinnercreate