Serhiy Storchaka added the comment:

Just read the code. Find the function parse_envlist() in posixmodule.c and find 
similar code checking for '='.

Even if the leak is not detected by the test (but it is detected on Linux, 
maybe you use Windows?) it exists.

os.spawnve() also should be affected by this bug and fixed by the same patch, 
because it uses the same code.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30769>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to