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 vstinner
Recipients eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-06-15.11:26:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497526004.28.0.0545306085027.issue30602@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I fixed a leak in test_spawnve_noargs() of test_os, but test_spawnv_noargs() still leaks :-) os.spawnv() is very similar to os.spawnve(). https://github.com/python/cpython/pull/2212 fixes os.spawnv() as well.

I tested that "python -m test -R 3:3 test_os" doesn't leak anymore with this second fix.
History
Date User Action Args
2017-06-15 11:26:44vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2017-06-15 11:26:44vstinnersetmessageid: <1497526004.28.0.0545306085027.issue30602@psf.upfronthosting.co.za>
2017-06-15 11:26:44vstinnerlinkissue30602 messages
2017-06-15 11:26:44vstinnercreate