[issue9272] CGIHTTPServer poisons os.environ

anatoly techtonik report at bugs.python.org
Fri Jul 16 10:49:51 CEST 2010


New submission from anatoly techtonik <techtonik at gmail.com>:

When CGIHTTPServer prepares to start child CGI program it modifies global os.environ. This implicitly changes parents application state if it also relies on some of CGI environment variables.

----------
messages: 110418
nosy: techtonik
priority: normal
severity: normal
status: open
title: CGIHTTPServer poisons os.environ
versions: Python 2.6, Python 2.7, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9272>
_______________________________________


More information about the Python-bugs-list mailing list