]> granicus.if.org Git - python/commit
Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 1 Mar 2010 05:43:43 +0000 (05:43 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 1 Mar 2010 05:43:43 +0000 (05:43 +0000)
commit6a65f85e79db20f16a7f18873322984f5b1333ee
treed53e74421ac7c76f66770054dea7834b25ae7339
parent3c699d334a1f6f413326bd8a3cbcd1a7a4b4a93d
Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept
a -1 parameter on some platforms such as OS X.
Lib/test/test_os.py
Misc/NEWS
Modules/posixmodule.c