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 gregory.p.smith
Recipients gregory.p.smith
Date 2009-04-05.22:37:54
SpamBayes Score 0.0006086786
Marked as misclassified No
Message-id <1238971076.18.0.458968995084.issue5705@psf.upfronthosting.co.za>
In-reply-to
Content
Running test_httpservers on a 64-bit build of Python 2.7 trunk on OS X
10.5:  (I added a print "nobody=", nobody)

test_authorization (__main__.CGIHTTPServerTestCase) ... nobody= 4294967294
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 55322)
Traceback (most recent call last):
  File "/Users/greg/sandbox/python/trunk/Lib/CGIHTTPServer.py", line
251, in run_cgi
    os.setuid(nobody)
OverflowError: signed integer is greater than maximum
History
Date User Action Args
2009-04-05 22:37:56gregory.p.smithsetrecipients: + gregory.p.smith
2009-04-05 22:37:56gregory.p.smithsetmessageid: <1238971076.18.0.458968995084.issue5705@psf.upfronthosting.co.za>
2009-04-05 22:37:54gregory.p.smithlinkissue5705 messages
2009-04-05 22:37:54gregory.p.smithcreate