]> granicus.if.org Git - python/commit
bpo-37400: pythoninfo logs getpwuid and getgrouplist (GH-14373)
authorVictor Stinner <vstinner@redhat.com>
Tue, 25 Jun 2019 11:37:27 +0000 (13:37 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2019 11:37:27 +0000 (13:37 +0200)
commit9cb274114c844f9b1c13028f812926c987a7b4a7
treee92abf4636e8b60d3b2272e3bbdf0a7bc07ad8fa
parentde9b606c90c16cea2780948431bb24e50cc5cd99
bpo-37400: pythoninfo logs getpwuid and getgrouplist (GH-14373)

test.pythoninfo now also logs pwd.getpwuid(os.getuid()) and
os.getgrouplist(). Extract also os.getrandom() test to run it first.
Lib/test/pythoninfo.py