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 pje
Recipients pje, snprbob86
Date 2009-11-03.21:13:54
SpamBayes Score 2.5577144e-06
Marked as misclassified No
Message-id <1257282837.47.0.0421921769598.issue7250@psf.upfronthosting.co.za>
In-reply-to
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.  ;-)
History
Date User Action Args
2009-11-03 21:13:57pjesetrecipients: + pje, snprbob86
2009-11-03 21:13:57pjesetmessageid: <1257282837.47.0.0421921769598.issue7250@psf.upfronthosting.co.za>
2009-11-03 21:13:55pjelinkissue7250 messages
2009-11-03 21:13:54pjecreate