This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alexander.Belopolsky
Recipients Alexander.Belopolsky, Ondrej.Palkovsky
Date 2010-02-26.06:20:28
SpamBayes Score 0.003929232
Marked as misclassified No
Message-id <1267165231.12.0.513057451261.issue7999@psf.upfronthosting.co.za>
In-reply-to
Content
Question:  If we allow -1 to be passed to os.setregid as (gid_t)-1, what should passing 2**32-1 mean? Two possibilities are: treat it same way as -1 or raise a "gid is to big" error.
History
Date User Action Args
2010-02-26 06:20:31Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, Ondrej.Palkovsky
2010-02-26 06:20:31Alexander.Belopolskysetmessageid: <1267165231.12.0.513057451261.issue7999@psf.upfronthosting.co.za>
2010-02-26 06:20:29Alexander.Belopolskylinkissue7999 messages
2010-02-26 06:20:28Alexander.Belopolskycreate