commit | b608e6f8bb34146155bdd826878c450de21af054 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun Mar 07 05:58:43 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun Mar 07 05:58:43 2010 +0000 |
tree | f77e39d05571c40615795d3486b57c149c47fe6e | |
parent | 264a01091a5808792653239648fc5e15c90a823c [diff] |
Merged revisions 78718 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78718 | gregory.p.smith | 2010-03-05 23:35:19 -0800 (Fri, 05 Mar 2010) | 3 lines Call setreuid and setregid in a subprocess to avoid altering the test runner's process state. Should fix issue8045. ........