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 2019-03-05.08:06:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551773161.63.0.361229944471.issue22831@roundup.psfhosted.org>
In-reply-to
Content
New changeset 9e4861f52349011cd5916eef8e8344575e8ac426 by Serhiy Storchaka in branch 'master':
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928)
https://github.com/python/cpython/commit/9e4861f52349011cd5916eef8e8344575e8ac426
History
Date User Action Args
2019-03-05 08:06:01serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, ezio.melotti, eric.araujo, Arfrever, python-dev, berker.peksag, martin.panter, dstufft
2019-03-05 08:06:01serhiy.storchakasetmessageid: <1551773161.63.0.361229944471.issue22831@roundup.psfhosted.org>
2019-03-05 08:06:01serhiy.storchakalinkissue22831 messages
2019-03-05 08:06:01serhiy.storchakacreate