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 Arfrever, berker.peksag, dstufft, eric.araujo, ezio.melotti, martin.panter, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2018-12-20.17:00:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545325217.15.0.788709270274.issue22831@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset c5d5dfdb223efb0e668e3f317d31b8b70ae96aa6 by Serhiy Storchaka in branch 'master':
bpo-22831: Use "with" to avoid possible fd leaks in distutils. (GH-10921)
https://github.com/python/cpython/commit/c5d5dfdb223efb0e668e3f317d31b8b70ae96aa6
History
Date User Action Args
2018-12-20 17:00:17serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, ezio.melotti, eric.araujo, Arfrever, python-dev, berker.peksag, martin.panter, dstufft
2018-12-20 17:00:17serhiy.storchakasetmessageid: <1545325217.15.0.788709270274.issue22831@psf.upfronthosting.co.za>
2018-12-20 17:00:17serhiy.storchakalinkissue22831 messages
2018-12-20 17:00:16serhiy.storchakacreate