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