[issue39459] test_import: test_unwritable_module() fails on AMD64 Fedora Stable Clang Installed 3.x

STINNER Victor report at bugs.python.org
Mon Jan 27 14:58:51 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

> 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).

----------

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


More information about the Python-bugs-list mailing list