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 resource warnings in test_tokenize
Type: resource usage Stage: resolved
Components: Tests Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brian.curtin Nosy List: bbrazil, brian.curtin
Priority: normal Keywords: patch

Created on 2010-10-30 21:01 by bbrazil, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_tokenize_fd_leak.patch bbrazil, 2010-10-30 21:01
Messages (3)
msg120019 - (view) Author: Brian Brazil (bbrazil) * Date: 2010-10-30 21:01
Please see attached patch.
msg120024 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2010-10-30 21:36
Fixed in r85990. Thanks.
msg120046 - (view) Author: Brian Brazil (bbrazil) * Date: 2010-10-31 13:56
Fixing title.
History
Date User Action Args
2022-04-11 14:57:08adminsetgithub: 54467
2010-10-31 13:56:57bbrazilsetmessages: + msg120046
title: Fix resource warnings in distutil test_tokenize -> Fix resource warnings in test_tokenize
2010-10-30 21:36:00brian.curtinsetstatus: open -> closed

type: resource usage
assignee: brian.curtin
versions: + Python 3.2, - Python 3.3
nosy: + brian.curtin

messages: + msg120024
resolution: fixed
stage: resolved
2010-10-30 21:01:55bbrazilcreate