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 majid
Recipients christian.heimes, loewis, majid
Date 2007-12-23.17:03:37
SpamBayes Score 0.14953247
Marked as misclassified No
Message-id <1198429418.07.0.160064453483.issue1684@psf.upfronthosting.co.za>
In-reply-to
Content
MT-safety has nothing to do with this. The os.chdir() is invoked from
the new child process that is forked just prior to calling execve() to
run the CGI script, after which it exits. The parent CGIHTTPServer may
be multithreaded, but invoking the CGI script is not a concurrent affair.
History
Date User Action Args
2007-12-23 17:03:38majidsetspambayes_score: 0.149532 -> 0.14953247
recipients: + majid, loewis, christian.heimes
2007-12-23 17:03:38majidsetspambayes_score: 0.149532 -> 0.149532
messageid: <1198429418.07.0.160064453483.issue1684@psf.upfronthosting.co.za>
2007-12-23 17:03:37majidlinkissue1684 messages
2007-12-23 17:03:37majidcreate