[issue11659] Fix ResourceWarning in test_subprocess

Ben Hayden report at bugs.python.org
Thu Mar 24 06:24:25 CET 2011


New submission from Ben Hayden <hayden767 at gmail.com>:

Adding in a cleanup to close Popen stdout in the function test_select_unbuffered in test_subprocess file in Lib/test dir. There are several tickets about different resource warnings mentioning test_subprocess - but I couldn't find any patches that fix this specific issue.

----------
components: Tests
files: test_subprocess_resource_warning.patch
keywords: patch
messages: 131960
nosy: beardedp
priority: normal
severity: normal
status: open
title: Fix ResourceWarning in test_subprocess
type: resource usage
versions: Python 3.3
Added file: http://bugs.python.org/file21366/test_subprocess_resource_warning.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11659>
_______________________________________


More information about the Python-bugs-list mailing list