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 serhiy.storchaka
Recipients emilyemorehouse, ericvw, serhiy.storchaka, vstinner
Date 2017-06-27.15:05:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498575917.01.0.696133629271.issue30769@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-06-27 15:05:17serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ericvw, emilyemorehouse
2017-06-27 15:05:17serhiy.storchakasetmessageid: <1498575917.01.0.696133629271.issue30769@psf.upfronthosting.co.za>
2017-06-27 15:05:17serhiy.storchakalinkissue30769 messages
2017-06-27 15:05:16serhiy.storchakacreate