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-04.07:14:29
SpamBayes Score 4.6740783e-07
Marked as misclassified No
Message-id <b2126670911032314s23fbf403v2b5422214ad678b8@mail.gmail.com>
In-reply-to <1257282837.47.0.0421921769598.issue7250@psf.upfronthosting.co.za>
Content
> Hm.  In retrospect, CGIHandler should probably just set os_environ to an
> empty dictionary in its class body (thereby not using the cached
> environ), and this would then work correctly for repeated uses.
>
> This would be a clean bugfix and wouldn't affect behavior for any
> existing uses of CGIHandler that weren't already worse broken than the
> GAE case.  ;-)

Yup, rock on with that :-)
History
Date User Action Args
2009-11-04 07:14:31snprbob86setrecipients: + snprbob86, pje
2009-11-04 07:14:29snprbob86linkissue7250 messages
2009-11-04 07:14:29snprbob86create