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.

URL PR 10928
Status merged
Title bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1).
History
Date User Action Args
2019-03-05 08:05:59serhiy.storchakasetstatus: open -> merged
title: bpo-22831: Use 'with' to avoid possible fd leaks in tests (part 1). -> bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1).
2018-12-21 08:21:43serhiy.storchakasettitle: bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). -> bpo-22831: Use 'with' to avoid possible fd leaks in tests (part 1).
2018-12-05 16:04:50serhiy.storchakalinkissue22831 pull_requests
2018-12-05 16:04:50serhiy.storchakacreate