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 snprbob86
Recipients pje, snprbob86
Date 2009-11-05.10:40:29
SpamBayes Score 5.6412493e-05
Marked as misclassified No
Message-id <b2126670911050240q4b9e6923s3dce48c9f90aad7@mail.gmail.com>
In-reply-to <1257353019.69.0.857901207546.issue7250@psf.upfronthosting.co.za>
Content
> I've forwarded the suggested fix to the GAE team; it is to add this line:
>
>    os_environ = {}     # Handle GAE and other multi-run CGI use cases
>
> to the class body of CGIHandler.  This should also be done in the Python
> stdlib.

I don't think that works. This still shares a common os_environ across
requests. You need to clear the dictionary after every request.
History
Date User Action Args
2009-11-05 10:40:31snprbob86setrecipients: + snprbob86, pje
2009-11-05 10:40:30snprbob86linkissue7250 messages
2009-11-05 10:40:29snprbob86create