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-29.08:53:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498726405.04.0.990795018205.issue30602@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset b78fbaaeab9df8cfbbdae3d5faf2d1537d73e43b by Victor Stinner in branch '3.6':
bpo-30602: Fix refleak in os.spawnv() (#2212) (#2486)
https://github.com/python/cpython/commit/b78fbaaeab9df8cfbbdae3d5faf2d1537d73e43b
History
Date User Action Args
2017-06-29 08:53:25vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2017-06-29 08:53:25vstinnersetmessageid: <1498726405.04.0.990795018205.issue30602@psf.upfronthosting.co.za>
2017-06-29 08:53:25vstinnerlinkissue30602 messages
2017-06-29 08:53:24vstinnercreate