[issue4126] remove not decodable environment variables

STINNER Victor report at bugs.python.org
Wed Oct 15 03:01:58 CEST 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

while+strcmp() in _Py_unsetenv() is useless since we already get the 
pointer to the evil variable. The new patch is shorter.

Added file: http://bugs.python.org/file11800/unsetenv-2.patch

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


More information about the Python-bugs-list mailing list