]> granicus.if.org Git - python/commit
Call setreuid and setregid in a subprocess to avoid altering the test runner's
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 6 Mar 2010 07:35:19 +0000 (07:35 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 6 Mar 2010 07:35:19 +0000 (07:35 +0000)
commit467298cb4251a6c09146527f1ba3c5821ada268d
tree35ae19a66c7c11e957f56b3e648a89f855741d25
parenta7fa0324fb174eb543e6fc75e615bbe228b9ccb7
Call setreuid and setregid in a subprocess to avoid altering the test runner's
process state.  Should fix issue8045.
Lib/test/test_os.py