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 dino.viehland, vstinner
Date 2020-01-27.19:58:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580155131.85.0.785588404413.issue39459@roundup.psfhosted.org>
In-reply-to
Content
> AMD64 Fedora Stable Clang Installed 3.x:
> https://buildbot.python.org/all/#/builders/127/builds/212

So, I added effective uid/gid to pythoninfo, here you have:

os.getegid: 1000
os.geteuid: 1000
os.getgid: 1000
os.getgrouplist: 1000
os.getgroups: 1000
os.getresgid: (1000, 1000, 1000)
os.getresuid: (1000, 1000, 1000)
os.getuid: 1000

There is nothing related to root (uid 0).
History
Date User Action Args
2020-01-27 19:58:51vstinnersetrecipients: + vstinner, dino.viehland
2020-01-27 19:58:51vstinnersetmessageid: <1580155131.85.0.785588404413.issue39459@roundup.psfhosted.org>
2020-01-27 19:58:51vstinnerlinkissue39459 messages
2020-01-27 19:58:51vstinnercreate