[issue7250] wsgiref.handlers.CGIHandler caches os.environ, leaking info between requests

Phillip J. Eby report at bugs.python.org
Thu Nov 5 16:39:51 CET 2009


Phillip J. Eby <pje at telecommunity.com> added the comment:

The os_environ attribute is only used in one place; this line:

   env = self.environ = self.os_environ.copy()

So, nothing is shared.

----------

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


More information about the Python-bugs-list mailing list