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.

classification
Title: fix test_tarfile ResourceWarnings
Type: resource usage Stage: resolved
Components: Library (Lib) Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: pitrou Nosy List: brett.cannon, lars.gustaebel, pitrou
Priority: normal Keywords: patch

Created on 2010-10-29 15:44 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tarfileclose.patch pitrou, 2010-10-29 15:44
Messages (3)
msg119909 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-10-29 15:44
This fixes all the warnings because of files not closed explicitly in test_tarfile.
msg119949 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2010-10-29 23:39
Reviewed at http://codereview.appspot.com/2759042/
msg119950 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-10-29 23:50
Thanks for the review. I've committed a modified patch in r85955.
History
Date User Action Args
2022-04-11 14:57:08adminsetgithub: 54442
2010-10-29 23:50:31pitrousetstatus: open -> closed
resolution: fixed
messages: + msg119950

stage: patch review -> resolved
2010-10-29 23:39:09brett.cannonsetassignee: pitrou
messages: + msg119949
2010-10-29 23:10:51pitrousetnosy: + brett.cannon
2010-10-29 15:44:40pitroucreate